add(hyprland): hyprbars

This commit is contained in:
kenji
2026-01-01 23:40:10 -06:00
parent d224b12bab
commit 0327caa6d2
4 changed files with 23 additions and 7 deletions
+1 -2
View File
@@ -1,3 +1,2 @@
* fix: special workspace preload always loads first. Toggling it back is easy, but i'd rather create a new sh script that forces back to normal workspace.
* add: similar to omarchy-menu * add: similar to omarchy-menu
* cleanup: stylix configurations and wallpaper * walker should have a script that initializes elephant if task does not exist.
+1
View File
@@ -16,5 +16,6 @@
pkgs.hyprlandPlugins.hyprsplit pkgs.hyprlandPlugins.hyprsplit
pkgs.hyprlandPlugins.hypr-dynamic-cursors pkgs.hyprlandPlugins.hypr-dynamic-cursors
pkgs.hyprlandPlugins.hyprspace pkgs.hyprlandPlugins.hyprspace
pkgs.hyprlandPlugins.hyprbars
]; ];
} }
+15
View File
@@ -37,6 +37,21 @@
overview = { overview = {
# Using default settings # Using default settings
}; };
hyprbars = {
bar_height = 24;
bar_color = "$surface_container_high";
bar_text_color = "$on_surface";
bar_text_size = 0;
bar_text_font = "Sans";
bar_button_padding = 4;
bar_padding = 8;
bar_precedence_over_border = true;
hyprbars-button = [
"$error, 10, , hyprctl dispatch killactive"
"$tertiary, 10, , hyprctl dispatch fullscreen 1"
];
};
}; };
}; };
} }
+2 -1
View File
@@ -226,7 +226,7 @@ in {
"custom/omarchy" = { "custom/omarchy" = {
format = ""; format = "";
on-click = "omarchy-menu"; on-click = "nc -U $XDG_RUNTIME_DIR/walker/walker.sock";
on-click-right = "xdg-terminal-exec"; on-click-right = "xdg-terminal-exec";
tooltip-format = "Omarchy Menu\n\nSuper + Alt + Space"; tooltip-format = "Omarchy Menu\n\nSuper + Alt + Space";
}; };
@@ -329,3 +329,4 @@ in {
}; };
}; };
} }