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