feat: language style

This commit is contained in:
hesam-init 2024-02-14 23:17:37 +03:30
parent 88296d593b
commit f8baaffb00
2 changed files with 11 additions and 11 deletions

View file

@ -10,7 +10,7 @@
"modules-right": [
"hyprland/language",
"hyprland/workspaces",
"custom/power"
"custom/power",
],
"modules-left": [
"custom/launcher",
@ -24,8 +24,8 @@
"backlight",
"battery",
"memory",
"network",
"network#network-2"
"network#network-2",
"network"
// "pulseaudio"
// "custom/snip"
// "custom/updater",
@ -34,6 +34,10 @@
// "cpu",
// "keyboard-state",
],
"hyprland/language": {
"format": "{}",
"format-en": "English"
},
"wlr/taskbar": {
"all-outputs": false,
"active-first": false,
@ -130,9 +134,6 @@
"*": 6
}
},
"hyprland/language": {
"format": "{}"
},
"keyboard-state": {
"numlock": true,
"capslock": true,

View file

@ -201,11 +201,6 @@ window#waybar.hidden {
border-radius: 20px 0px 0px 20px;
}
#language {
min-width: 100px;
}
#keyboard-state {
background: #97e1ad;
color: #000000;
@ -237,6 +232,10 @@ window#waybar.hidden {
min-width: 60px;
}
#language {
min-width: 60px;
}
#clock {
min-width: 60px;
}