diff --git a/README.md b/README.md index 2913f80b..fddab9f9 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ nixos-rebuild switch --flake '/etc/nixos#' --- # 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#' * [ ] 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#' --- # 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 diff --git a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix index 250d548f..71d7df55 100644 --- a/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix +++ b/home-manager/hosts/nixos-laptop/desktops/hyprland/gruvbox/waybar/waybar-conf.nix @@ -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",