Commit 1479aead authored by Kirill Unitsaev's avatar Kirill Unitsaev

hyprland/waybar: improve the style

parent e690af64
{ {
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"margin-left": 35, "margin-left": 35,
"margin-top": 5, "margin-top": 5,
...@@ -10,15 +10,14 @@ ...@@ -10,15 +10,14 @@
"gtk-layer-shell": true, "gtk-layer-shell": true,
"passthrough": false, "passthrough": false,
"fixed-center": true, "fixed-center": true,
"reload_style_on_change": true, // Релоад при изменении css "reload_style_on_change": true, // Релоад при изменении css
"include": [ "include": [
"/etc/ximperdistro/hyprland/waybar/modules.json" "/etc/ximperdistro/hyprland/waybar/modules.json"
], ],
"modules-left": [ "modules-left": [
"image#menu", "image#menu",
"hyprland/workspaces#icons", "group/hypr-windowcount-workspaces",
"tray", "tray"
"hyprland/submap"
], ],
"modules-center": [ "modules-center": [
"clock" "clock"
...@@ -27,6 +26,7 @@ ...@@ -27,6 +26,7 @@
"custom/media#mini", "custom/media#mini",
"idle_inhibitor", "idle_inhibitor",
"hyprland/language", "hyprland/language",
"hyprland/submap",
"group/volume", "group/volume",
"network", "network",
"bluetooth", "bluetooth",
...@@ -34,4 +34,4 @@ ...@@ -34,4 +34,4 @@
"backlight", "backlight",
"custom/notification" "custom/notification"
] ]
} }
\ No newline at end of file
...@@ -19,6 +19,7 @@ window#waybar { ...@@ -19,6 +19,7 @@ window#waybar {
} }
.module { .module {
background-color: @bg;
min-height: 0; min-height: 0;
border-radius: 20px; border-radius: 20px;
margin: 5px; margin: 5px;
...@@ -50,10 +51,6 @@ window#waybar { ...@@ -50,10 +51,6 @@ window#waybar {
padding: 0 10px 0 5px; padding: 0 10px 0 5px;
} }
#image:not(:hover) {
background: transparent
}
#workspaces.icons button { #workspaces.icons button {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
......
...@@ -19,6 +19,7 @@ window#waybar { ...@@ -19,6 +19,7 @@ window#waybar {
} }
.module { .module {
background-color: @bg;
min-height: 0; min-height: 0;
border-radius: 20px; border-radius: 20px;
margin: 5px; margin: 5px;
...@@ -50,10 +51,6 @@ window#waybar { ...@@ -50,10 +51,6 @@ window#waybar {
padding: 0 10px 0 5px; padding: 0 10px 0 5px;
} }
#image:not(:hover) {
background: transparent
}
#workspaces.icons button { #workspaces.icons button {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment