waybar
This commit is contained in:
parent
cf92286cec
commit
ca2cfcaea7
@ -20,8 +20,9 @@ window#waybar.hidden {
|
||||
padding-right: 10px;
|
||||
border-radius: 10px;
|
||||
transition: none;
|
||||
color: transparent;
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
color: #89DCEB;
|
||||
background: #161320;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
|
@ -4,11 +4,9 @@
|
||||
height = 24;
|
||||
|
||||
modules-left = [
|
||||
"custom/launcher"
|
||||
"wlr/workspaces"
|
||||
"hyprland/window"
|
||||
];
|
||||
modules-center = [ ];
|
||||
modules-center = [ "wlr/workspaces" ];
|
||||
modules-right = [
|
||||
"backlight"
|
||||
"wireplumber"
|
||||
@ -17,7 +15,6 @@
|
||||
"battery"
|
||||
"tray"
|
||||
"clock"
|
||||
"custom/power"
|
||||
];
|
||||
|
||||
wireplumber = {
|
||||
@ -32,7 +29,8 @@
|
||||
};
|
||||
|
||||
"hyprland/window" = {
|
||||
|
||||
format = "{}";
|
||||
separate-outputs = true;
|
||||
};
|
||||
|
||||
"wlr/workspaces" = {
|
||||
@ -79,7 +77,7 @@
|
||||
};
|
||||
|
||||
tray = {
|
||||
icon-size = 16;
|
||||
icon-size = 24;
|
||||
spacing = 10;
|
||||
};
|
||||
|
||||
@ -117,7 +115,7 @@
|
||||
};
|
||||
|
||||
"custom/power" = {
|
||||
format = "";
|
||||
format = " ";
|
||||
on-click = "nwgbar";
|
||||
};
|
||||
}
|
||||
|
@ -120,7 +120,7 @@ $mainMod = SUPER
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, RETURN, exec, kitty
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, M, exec, nwgbar
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, nwggrid -o 0.8
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
|
Reference in New Issue
Block a user