mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
home/waybar: reload style on change set to true
This commit is contained in:
parent
f7ed7be958
commit
512f3ee2de
|
@ -9,10 +9,11 @@
|
||||||
programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
programs.waybar.settings = {
|
programs.waybar.settings = {
|
||||||
mainBar = {
|
mainBar = {
|
||||||
layer = "top";
|
|
||||||
position = "top";
|
|
||||||
height = 36;
|
height = 36;
|
||||||
|
layer = "top";
|
||||||
output = [ "*" ];
|
output = [ "*" ];
|
||||||
|
position = "top";
|
||||||
|
reload_style_on_change = true;
|
||||||
modules-left = [ "hyprland/workspaces" "hyprland/submap" ];
|
modules-left = [ "hyprland/workspaces" "hyprland/submap" ];
|
||||||
modules-center = [ "hyprland/window" ];
|
modules-center = [ "hyprland/window" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
|
|
Loading…
Reference in a new issue