mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-05 07:43:44 +02:00
feat: waybar language poistion and style
This commit is contained in:
parent
f8baaffb00
commit
4e57235d3a
2 changed files with 6 additions and 5 deletions
|
@ -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": {
|
||||
|
|
|
@ -68,7 +68,8 @@ window#waybar.hidden {
|
|||
#idle_inhibitor,
|
||||
#mpd,
|
||||
#workspaces,
|
||||
#wireplumber {
|
||||
#wireplumber,
|
||||
#language {
|
||||
background-color: @backgrounddark;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue