From 375c15c0a8e7faece4295a288c0187545afa0138 Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 8 Dec 2025 00:00:34 -0800 Subject: [PATCH] feat: to-dos, clean up --- TODO.md | 21 ++++++++++++++++++- quickshell/Components/Battery.qml | 2 -- .../SystemTray/SystemTrayButton.qml | 1 + 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index e6669813..c8aa9b28 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ - [ ] Make personal homepage o: - [ ] Figure out storing bookmarks, lists, data ... -- [ ] Make my own quickshell config - [ ] Look into Matrix and Fedi accounts and setting up app(s) - [ ] Test performance for virtual machines on laptop and desktop @@ -14,6 +13,26 @@ - [ ] Prosody - [x] continuwuation +## Quickshell + +- [x] Clock +- [x] Stylix +- [x] Workspaces + - [x] State Colours +- [x] System Tray +- [x] Notification Area +- [x] Active Window Title & Icon +- [x] Battery +- [ ] Pipewire +- [ ] Bluetooth +- [ ] Control Area + - [x] NixOS Logo button + - [ ] User icon & username + - [ ] Media Widgets +- [ ] VRAM usage +- [ ] Lockscreen +- [ ] Konawall / booru API integration? + ## Migrations - [ ] Move away from flakes to either npins or lon (not that they replied; https://github.com/nikstur/lon/issues/57#issue-3652308987) diff --git a/quickshell/Components/Battery.qml b/quickshell/Components/Battery.qml index e04b7a52..13ee5b75 100644 --- a/quickshell/Components/Battery.qml +++ b/quickshell/Components/Battery.qml @@ -52,8 +52,6 @@ Loader { return getTimeLeft(mainBat.timeToEmpty, false) } else if (mainBat.timeToFull != 0) { return getTimeLeft(mainBat.timeToFull, true) - } else { - return "full!" } } diff --git a/quickshell/Components/SystemTray/SystemTrayButton.qml b/quickshell/Components/SystemTray/SystemTrayButton.qml index e8bd517b..07ba1fcc 100644 --- a/quickshell/Components/SystemTray/SystemTrayButton.qml +++ b/quickshell/Components/SystemTray/SystemTrayButton.qml @@ -37,6 +37,7 @@ Item { MouseArea { anchors.fill: parent hoverEnabled: true + acceptedButtons: Qt.LeftButton | Qt.RightButton onClicked: mouse => { modelData.triggered();