Some waybar styling
This commit is contained in:
@@ -188,6 +188,8 @@ in {
|
||||
|
||||
bind = $mainMod SHIFT, space, togglefloating,
|
||||
|
||||
bind $mainMod, F, fullscreen,
|
||||
|
||||
bind=$mainMod, escape, exec, swaylock -i ~/wallpapers/lock.png
|
||||
|
||||
binde=, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%-
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"on-scroll-up": "hyprctl dispatch workspace e+1",
|
||||
"on-scroll-down": "hyprctl dispatch workspace e-1",
|
||||
"on-click": "activate",
|
||||
"format": "{icon}",
|
||||
"format": "{id}",
|
||||
"format-icons": {
|
||||
"urgent": "",
|
||||
"active": "",
|
||||
|
||||
@@ -5,9 +5,27 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#window {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @text;
|
||||
border-bottom: 2px solid @base;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
|
||||
background: @surface0;
|
||||
border-color: @surface1;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @green;
|
||||
background: @surface2;
|
||||
background: @surface1;
|
||||
border-color: currentcolor;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
@@ -22,6 +40,7 @@ window#waybar {
|
||||
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
min-height: 0;
|
||||
font-family: "Iosevka Nerd Font Propo", "Font Awesome";
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user