2024-11-18 20:30 : id 181
This commit is contained in:
parent
f3fbebbc8a
commit
09236dc5b3
@ -299,7 +299,7 @@ in
|
|||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
hyprlandPlugins.hyprbars
|
#hyprlandPlugins.hyprbars
|
||||||
hyprlandPlugins.hyprexpo
|
hyprlandPlugins.hyprexpo
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
@ -321,8 +321,7 @@ in
|
|||||||
};
|
};
|
||||||
hyprbars = {
|
hyprbars = {
|
||||||
bar_height = 25;
|
bar_height = 25;
|
||||||
bar_color = "rgb(transparent)";
|
bar_color = "rgb(${BG})";
|
||||||
bar_part_of_window = false;
|
|
||||||
"col.text" = "rgb(${FG})";
|
"col.text" = "rgb(${FG})";
|
||||||
hyprbars-button = "rgb(${RED}), 10, X, hyprctl dispatch killactive";
|
hyprbars-button = "rgb(${RED}), 10, X, hyprctl dispatch killactive";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user