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
|
# 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
|
||||||
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue