feat: to-dos, clean up

This commit is contained in:
Kat Inskip 2025-12-08 00:00:34 -08:00
parent b0b1afc339
commit 375c15c0a8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 21 additions and 3 deletions

21
TODO.md
View file

@ -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)

View file

@ -52,8 +52,6 @@ Loader {
return getTimeLeft(mainBat.timeToEmpty, false)
} else if (mainBat.timeToFull != 0) {
return getTimeLeft(mainBat.timeToFull, true)
} else {
return "full!"
}
}

View file

@ -37,6 +37,7 @@ Item {
MouseArea {
anchors.fill: parent
hoverEnabled: true
acceptedButtons: Qt.LeftButton | Qt.RightButton
onClicked: mouse => {
modelData.triggered();