This commit is contained in:
2025-11-12 11:27:51 -08:00
parent 5e8bbf7f82
commit edec0e1b80
2 changed files with 4 additions and 3 deletions

View File

@@ -11,10 +11,10 @@
"custom/launcher", "custom/launcher",
"hyprland/workspaces", "hyprland/workspaces",
"tray", "tray",
"hyprland/submap",
"custom/mpd-scroll", "custom/mpd-scroll",
"custom/mpv-scroll", "custom/mpv-scroll",
"custom/firefox-scroll" "custom/firefox-scroll",
"hyprland/submap"
], ],
// "modules-center": ["hyprland/window"], // "modules-center": ["hyprland/window"],
"modules-center": ["custom/notification"], "modules-center": ["custom/notification"],

View File

@@ -92,6 +92,8 @@ button:hover {
#submap { #submap {
background-color: @base; background-color: @base;
box-shadow: inset 0 -2px @text; box-shadow: inset 0 -2px @text;
padding: 0 10px;
margin: 5px 1px 5px 2px;
} }
#custom-weather, #custom-weather,
@@ -107,7 +109,6 @@ button:hover {
#custom-kernel, #custom-kernel,
#idle_inhibitor, #idle_inhibitor,
#scratchpad, #scratchpad,
#submap,
#tray { #tray {
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;