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

View file

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