summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2025-10-17 12:41:22 +0300
committerYigit Sever2025-10-17 12:41:22 +0300
commit6913389d60aa621d71d993671c1f80e08daaa6c0 (patch)
tree9733af5edc34c26e1d94871a09f7c8a11795e019 /.config
parent57c8babc1c37f6f00b5c2f1fe8671dc889e7e486 (diff)
downloaddotfiles-6913389d60aa621d71d993671c1f80e08daaa6c0.tar.gz
dotfiles-6913389d60aa621d71d993671c1f80e08daaa6c0.tar.bz2
dotfiles-6913389d60aa621d71d993671c1f80e08daaa6c0.zip
hypr: add tr keyboard
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf6
-rw-r--r--.config/waybar/config.jsonc7
-rw-r--r--.config/waybar/style.css7
3 files changed, 11 insertions, 9 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 516432d..3899666 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -30,10 +30,10 @@ env = SEMESTER_THEME,you got this
30 30
31# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ 31# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
32input { 32input {
33 kb_layout = us 33 kb_layout = us,tr
34 kb_variant = colemak 34 kb_variant = colemak,
35 kb_model = 35 kb_model =
36 kb_options = 36 kb_options = grp:alt_shift_toggle
37 kb_rules = 37 kb_rules =
38 numlock_by_default = true 38 numlock_by_default = true
39 39
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 {