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