feat: language style
This commit is contained in:
parent
88296d593b
commit
f8baaffb00
2 changed files with 11 additions and 11 deletions
|
@ -10,7 +10,7 @@
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"hyprland/language",
|
"hyprland/language",
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"custom/power"
|
"custom/power",
|
||||||
],
|
],
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/launcher",
|
"custom/launcher",
|
||||||
|
@ -24,8 +24,8 @@
|
||||||
"backlight",
|
"backlight",
|
||||||
"battery",
|
"battery",
|
||||||
"memory",
|
"memory",
|
||||||
"network",
|
"network#network-2",
|
||||||
"network#network-2"
|
"network"
|
||||||
// "pulseaudio"
|
// "pulseaudio"
|
||||||
// "custom/snip"
|
// "custom/snip"
|
||||||
// "custom/updater",
|
// "custom/updater",
|
||||||
|
@ -34,6 +34,10 @@
|
||||||
// "cpu",
|
// "cpu",
|
||||||
// "keyboard-state",
|
// "keyboard-state",
|
||||||
],
|
],
|
||||||
|
"hyprland/language": {
|
||||||
|
"format": "{}",
|
||||||
|
"format-en": "English"
|
||||||
|
},
|
||||||
"wlr/taskbar": {
|
"wlr/taskbar": {
|
||||||
"all-outputs": false,
|
"all-outputs": false,
|
||||||
"active-first": false,
|
"active-first": false,
|
||||||
|
@ -130,9 +134,6 @@
|
||||||
"*": 6
|
"*": 6
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hyprland/language": {
|
|
||||||
"format": "{}"
|
|
||||||
},
|
|
||||||
"keyboard-state": {
|
"keyboard-state": {
|
||||||
"numlock": true,
|
"numlock": true,
|
||||||
"capslock": true,
|
"capslock": true,
|
||||||
|
|
|
@ -201,11 +201,6 @@ window#waybar.hidden {
|
||||||
border-radius: 20px 0px 0px 20px;
|
border-radius: 20px 0px 0px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#language {
|
|
||||||
|
|
||||||
min-width: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#keyboard-state {
|
#keyboard-state {
|
||||||
background: #97e1ad;
|
background: #97e1ad;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
@ -237,6 +232,10 @@ window#waybar.hidden {
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#language {
|
||||||
|
min-width: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
min-width: 60px;
|
min-width: 60px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue