diff --git a/home-manager/features/hyprland.nix b/home-manager/features/hyprland.nix index d1e6ab2..cffff7e 100644 --- a/home-manager/features/hyprland.nix +++ b/home-manager/features/hyprland.nix @@ -29,11 +29,6 @@ "systemctl --user start hyprpolkitagent" ]; - # Eww is idempotent, so it's fine to just run it on every reload to make sure things are open - execr-once = [ - "eww open-many primary-statusbar secondary-statusbar launcher" - ]; - env = [ "XCURSOR_SIZE,32" "HYPRCURSOR_SIZE,32" diff --git a/home-manager/features/rofi/config/powermenu/fonts.rasi b/home-manager/features/rofi/config/powermenu/fonts.rasi index 61d0e2d..7038237 100644 --- a/home-manager/features/rofi/config/powermenu/fonts.rasi +++ b/home-manager/features/rofi/config/powermenu/fonts.rasi @@ -8,5 +8,5 @@ **/ * { - font: "JetBrainsMono Nerd Font 10"; + font: "FiraCode Nerd Font Mono 10"; } diff --git a/home-manager/features/rofi/config/powermenu/powermenu.sh b/home-manager/features/rofi/config/powermenu/powermenu.sh index cd162d8..cab4ea5 100755 --- a/home-manager/features/rofi/config/powermenu/powermenu.sh +++ b/home-manager/features/rofi/config/powermenu/powermenu.sh @@ -14,13 +14,13 @@ uptime="$(uptime | awk -F ' ' '{print $2}' | sed -e 's/,//g')" host=`hostname` # Options -shutdown='' -reboot='' -lock='' -suspend='' -logout='' -yes='' -no='' +shutdown='󰐥' +reboot='󰜉' +lock='' +suspend='󰒲' +logout='󰩈' +yes='󰄬' +no='' # Rofi CMD rofi_cmd() {