fix: revert waybar changes
This commit is contained in:
parent
561b2b4a46
commit
89bac6f7b2
2 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
"clock"
|
||||
"sway/mode"
|
||||
];
|
||||
modules-center = [ "hyprland/workspaces" ];
|
||||
modules-center = [ "sway/workspaces" ];
|
||||
modules-right = [
|
||||
"backlight"
|
||||
"pulseaudio"
|
||||
|
@ -169,11 +169,11 @@
|
|||
scroll-step = 1;
|
||||
tooltip = false;
|
||||
};
|
||||
#"sway/mode" = {
|
||||
#format = "{}";
|
||||
#max-length = 50;
|
||||
#};
|
||||
"hyprland/workspaces" = {
|
||||
"sway/mode" = {
|
||||
format = "{}";
|
||||
max-length = 50;
|
||||
};
|
||||
"sway/workspaces" = {
|
||||
all-outputs = true;
|
||||
disable-scroll = true;
|
||||
format = "{name}";
|
||||
|
|
|
@ -30,7 +30,7 @@ in
|
|||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb = {
|
||||
|
|
Loading…
Add table
Reference in a new issue