diff options
| author | Yigit Sever | 2025-10-17 12:41:22 +0300 |
|---|---|---|
| committer | Yigit Sever | 2025-10-17 12:41:22 +0300 |
| commit | 6913389d60aa621d71d993671c1f80e08daaa6c0 (patch) | |
| tree | 9733af5edc34c26e1d94871a09f7c8a11795e019 /.config/waybar | |
| parent | 57c8babc1c37f6f00b5c2f1fe8671dc889e7e486 (diff) | |
| download | dotfiles-6913389d60aa621d71d993671c1f80e08daaa6c0.tar.gz dotfiles-6913389d60aa621d71d993671c1f80e08daaa6c0.tar.bz2 dotfiles-6913389d60aa621d71d993671c1f80e08daaa6c0.zip | |
hypr: add tr keyboard
Diffstat (limited to '.config/waybar')
| -rw-r--r-- | .config/waybar/config.jsonc | 7 | ||||
| -rw-r--r-- | .config/waybar/style.css | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 373ac78..876d0a9 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc | |||
| @@ -29,11 +29,14 @@ | |||
| 29 | // "battery#bat2", | 29 | // "battery#bat2", |
| 30 | "clock", | 30 | "clock", |
| 31 | "privacy", | 31 | "privacy", |
| 32 | "hyprland/language", | ||
| 32 | "tray" | 33 | "tray" |
| 33 | ], | 34 | ], |
| 34 | // Modules configuration | 35 | // Modules configuration |
| 35 | "hyprland/window": { | 36 | "hyprland/language": { |
| 36 | "max-length": 40 | 37 | "format": "{}", |
| 38 | "format-en-colemak": "EN", | ||
| 39 | "format-tr": "TR" | ||
| 37 | }, | 40 | }, |
| 38 | "hyprland/workspaces": { | 41 | "hyprland/workspaces": { |
| 39 | "disable-scroll": true, | 42 | "disable-scroll": true, |
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 7db875f..f7d05f8 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css | |||
| @@ -239,10 +239,9 @@ label:focus { | |||
| 239 | } | 239 | } |
| 240 | 240 | ||
| 241 | #language { | 241 | #language { |
| 242 | background: #00b093; | 242 | background: #89b4fa; |
| 243 | padding: 0 5px; | 243 | padding: 0 10px; |
| 244 | margin: 0 5px; | 244 | min-width: 12px; |
| 245 | min-width: 16px; | ||
| 246 | } | 245 | } |
| 247 | 246 | ||
| 248 | #keyboard-state { | 247 | #keyboard-state { |
