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"
|
"clock"
|
||||||
"sway/mode"
|
"sway/mode"
|
||||||
];
|
];
|
||||||
modules-center = [ "hyprland/workspaces" ];
|
modules-center = [ "sway/workspaces" ];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"backlight"
|
"backlight"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
|
@ -169,11 +169,11 @@
|
||||||
scroll-step = 1;
|
scroll-step = 1;
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
#"sway/mode" = {
|
"sway/mode" = {
|
||||||
#format = "{}";
|
format = "{}";
|
||||||
#max-length = 50;
|
max-length = 50;
|
||||||
#};
|
};
|
||||||
"hyprland/workspaces" = {
|
"sway/workspaces" = {
|
||||||
all-outputs = true;
|
all-outputs = true;
|
||||||
disable-scroll = true;
|
disable-scroll = true;
|
||||||
format = "{name}";
|
format = "{name}";
|
||||||
|
|
|
@ -30,7 +30,7 @@ in
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = true;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
hardware.opengl.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.xkb = {
|
services.xserver.xkb = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue