mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: to-dos, clean up
This commit is contained in:
parent
b0b1afc339
commit
375c15c0a8
3 changed files with 21 additions and 3 deletions
21
TODO.md
21
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)
|
||||
|
|
|
|||
|
|
@ -52,8 +52,6 @@ Loader {
|
|||
return getTimeLeft(mainBat.timeToEmpty, false)
|
||||
} else if (mainBat.timeToFull != 0) {
|
||||
return getTimeLeft(mainBat.timeToFull, true)
|
||||
} else {
|
||||
return "full!"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ Item {
|
|||
MouseArea {
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||
|
||||
onClicked: mouse => {
|
||||
modelData.triggered();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue