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

hyprland/waybar: improve the style

parent e690af64
{
"layer": "top",
"layer": "top",
"position": "top",
"margin-left": 35,
"margin-top": 5,
......@@ -10,15 +10,14 @@
"gtk-layer-shell": true,
"passthrough": false,
"fixed-center": true,
"reload_style_on_change": true, // Релоад при изменении css
"reload_style_on_change": true, // Релоад при изменении css
"include": [
"/etc/ximperdistro/hyprland/waybar/modules.json"
],
"modules-left": [
"image#menu",
"hyprland/workspaces#icons",
"tray",
"hyprland/submap"
"group/hypr-windowcount-workspaces",
"tray"
],
"modules-center": [
"clock"
......@@ -27,6 +26,7 @@
"custom/media#mini",
"idle_inhibitor",
"hyprland/language",
"hyprland/submap",
"group/volume",
"network",
"bluetooth",
......@@ -34,4 +34,4 @@
"backlight",
"custom/notification"
]
}
}
\ No newline at end of file
......@@ -19,6 +19,7 @@ window#waybar {
}
.module {
background-color: @bg;
min-height: 0;
border-radius: 20px;
margin: 5px;
......@@ -50,10 +51,6 @@ window#waybar {
padding: 0 10px 0 5px;
}
#image:not(:hover) {
background: transparent
}
#workspaces.icons button {
padding: 0px;
margin: 0px;
......
......@@ -19,6 +19,7 @@ window#waybar {
}
.module {
background-color: @bg;
min-height: 0;
border-radius: 20px;
margin: 5px;
......@@ -50,10 +51,6 @@ window#waybar {
padding: 0 10px 0 5px;
}
#image:not(:hover) {
background: transparent
}
#workspaces.icons button {
padding: 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