Add wlogout button
This commit is contained in:
parent
9380d9279c
commit
96442558d8
2 changed files with 10 additions and 4 deletions
|
@ -8,8 +8,6 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
|||
|
||||
---
|
||||
# To Do List
|
||||
* [x] neovim
|
||||
* [x] Figure out how to install vim-fugitive in nvcmad
|
||||
* [ ] ranger
|
||||
* [ ] Set up `kitten icat` as the image viewer program
|
||||
* [ ] emacs
|
||||
|
@ -19,8 +17,8 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
|||
* [ ] Add a button for wlogout to waybar
|
||||
[x] Waybar inhibit button
|
||||
* [ ] set up pinentry on awesome-hyprland
|
||||
* [ ] wayprompt
|
||||
* [x] Needs an overlay? Can't find it in search
|
||||
* [ ] wayprompt
|
||||
* [x] Needs an overlay? Can't find it in search
|
||||
* [ ] wlogout theming
|
||||
* [ ] Try disko - [Link](https://github.com/nix-community/disko)
|
||||
* [ ] btrfs snapshots
|
||||
|
@ -30,6 +28,8 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
|
|||
|
||||
---
|
||||
# Done
|
||||
* [x] neovim
|
||||
* [x] Figure out how to install vim-fugitive in nvcmad
|
||||
* [x] weechat / weechat-matrix
|
||||
* [x] weechat overlay - [Link](https://nixos.wiki/wiki/Weechat) - for weechat-matrix
|
||||
* [x] Laptop-specific
|
||||
|
|
|
@ -36,8 +36,14 @@
|
|||
"network",
|
||||
"battery",
|
||||
"clock"
|
||||
"custom/wlogout"
|
||||
],
|
||||
|
||||
"custom/wlogout": {
|
||||
"format": "",
|
||||
"exec": "wlogout"
|
||||
}
|
||||
|
||||
"custom/tailscale": {
|
||||
"format": "{icon} {}",
|
||||
"exec": "$HOME/.config/waybar/scripts/tailscale.sh",
|
||||
|
|
Loading…
Reference in a new issue