feat: waybar language poistion and style

This commit is contained in:
hesam-init 2024-02-14 23:48:14 +03:30
parent f8baaffb00
commit 4e57235d3a
2 changed files with 6 additions and 5 deletions

View file

@ -8,9 +8,8 @@
"margin-left": 5, "margin-left": 5,
"margin-right": 5, "margin-right": 5,
"modules-right": [ "modules-right": [
"hyprland/language",
"hyprland/workspaces", "hyprland/workspaces",
"custom/power", "custom/power"
], ],
"modules-left": [ "modules-left": [
"custom/launcher", "custom/launcher",
@ -19,6 +18,7 @@
// "wlr/taskbar" // "wlr/taskbar"
], ],
"modules-center": [ "modules-center": [
"hyprland/language",
"clock", "clock",
"wireplumber", "wireplumber",
"backlight", "backlight",
@ -125,13 +125,13 @@
"3": "", "3": "",
"4": "", "4": "",
"5": "", "5": "",
"6": "", "6": "",
"7": "", "7": "",
"8": "", "8": "",
"9": "" "9": ""
}, },
"persistent-workspaces": { "persistent-workspaces": {
"*": 6 "*": 7
} }
}, },
"keyboard-state": { "keyboard-state": {

View file

@ -68,7 +68,8 @@ window#waybar.hidden {
#idle_inhibitor, #idle_inhibitor,
#mpd, #mpd,
#workspaces, #workspaces,
#wireplumber { #wireplumber,
#language {
background-color: @backgrounddark; background-color: @backgrounddark;
padding: 0px 10px; padding: 0px 10px;
} }