diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 14:29:10 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 14:29:10 +0900 |
| commit | abb68d82a2a839438a3de19b377084ae9796bf42 (patch) | |
| tree | 3e3b79a8e0b6df9d0782d0f14c00d3dcec704893 /config/waybar/modules | |
| parent | 91515c96c89e22cc8411279a6263740f897ba6ca (diff) | |
updated initial boot and kb layout switch
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index fa989045..5e90530b 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -459,11 +459,11 @@ }, "custom/keyboard": { - "exec": "cat /tmp/kb_layout", - "interval": 3, + "exec": "cat ~/.cache/kb_layout", + "interval": 1, "format": " {}", - "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", - "tooltip": false, + "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", + "tooltip": false, }, "custom/light_dark": { |
