Add wlogout button

This commit is contained in:
iFargle 2023-08-30 19:19:37 +09:00
parent 9380d9279c
commit 96442558d8
2 changed files with 10 additions and 4 deletions

View file

@ -8,8 +8,6 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
--- ---
# To Do List # To Do List
* [x] neovim
* [x] Figure out how to install vim-fugitive in nvcmad
* [ ] ranger * [ ] ranger
* [ ] Set up `kitten icat` as the image viewer program * [ ] Set up `kitten icat` as the image viewer program
* [ ] emacs * [ ] emacs
@ -19,8 +17,8 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
* [ ] Add a button for wlogout to waybar * [ ] Add a button for wlogout to waybar
[x] Waybar inhibit button [x] Waybar inhibit button
* [ ] set up pinentry on awesome-hyprland * [ ] set up pinentry on awesome-hyprland
* [ ] wayprompt * [ ] wayprompt
* [x] Needs an overlay? Can't find it in search * [x] Needs an overlay? Can't find it in search
* [ ] wlogout theming * [ ] wlogout theming
* [ ] Try disko - [Link](https://github.com/nix-community/disko) * [ ] Try disko - [Link](https://github.com/nix-community/disko)
* [ ] btrfs snapshots * [ ] btrfs snapshots
@ -30,6 +28,8 @@ nixos-rebuild switch --flake '/etc/nixos#<HOSTNAME>'
--- ---
# Done # Done
* [x] neovim
* [x] Figure out how to install vim-fugitive in nvcmad
* [x] weechat / weechat-matrix * [x] weechat / weechat-matrix
* [x] weechat overlay - [Link](https://nixos.wiki/wiki/Weechat) - for weechat-matrix * [x] weechat overlay - [Link](https://nixos.wiki/wiki/Weechat) - for weechat-matrix
* [x] Laptop-specific * [x] Laptop-specific

View file

@ -36,8 +36,14 @@
"network", "network",
"battery", "battery",
"clock" "clock"
"custom/wlogout"
], ],
"custom/wlogout": {
"format": "󰐥",
"exec": "wlogout"
}
"custom/tailscale": { "custom/tailscale": {
"format": "{icon} {}", "format": "{icon} {}",
"exec": "$HOME/.config/waybar/scripts/tailscale.sh", "exec": "$HOME/.config/waybar/scripts/tailscale.sh",