waybar restyle

This commit is contained in:
agryphus 2024-08-19 15:40:54 -04:00
parent 948cc33549
commit daf9ba1f42
2 changed files with 4 additions and 8 deletions

View file

@ -5,12 +5,12 @@
"modules-left": ["hyprland/workspaces", "custom/scratch", "hyprland/mode", "hyprland/window"], "modules-left": ["hyprland/workspaces", "custom/scratch", "hyprland/mode", "hyprland/window"],
"modules-center": [], "modules-center": [],
"modules-right": ["memory", "pulseaudio", "battery", "tray", "clock"], "modules-right": ["tray", "memory", "pulseaudio", "battery", "clock"],
"hyprland/workspaces": { "hyprland/workspaces": {
"disable-scroll": true, "disable-scroll": true,
"disable-markup": true, "disable-markup": true,
"format": "{name}" "format": "{name}",
}, },
"hyprland/window": { "hyprland/window": {
@ -24,7 +24,7 @@
}, },
"clock": { "clock": {
"format": "{: %a %b%e  %R}", "format": " {:%a %b %e  %R}",
"interval": 30 "interval": 30
}, },

View file

@ -4,7 +4,7 @@
} }
window#waybar { window#waybar {
background-color: rgba(0, 0, 0, 0.8); background-color: rgb(0, 0, 0);
color: #ffffff; color: #ffffff;
} }
@ -59,10 +59,6 @@ button:hover {
padding: 0px 15px 0px 15px; padding: 0px 15px 0px 15px;
} }
#clock {
margin: 0px 15px 0px 15px;
}
#tray{ #tray{
padding: 0px 8px 0px 5px; padding: 0px 8px 0px 5px;
margin: 0px 5px 0px 5px; margin: 0px 5px 0px 5px;