diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 10:58:39 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-07 10:58:39 +0900 |
| commit | 86ccfafed6083d36a38714867202545ed83ae8b2 (patch) | |
| tree | 650a6cc50674aad3e90a544d998ae9f2cc30fbfc /config/waybar/configs | |
| parent | fefd56f435d8885f30982c3d5ad09a91495d83a8 (diff) | |
added custom-keyboad waybar module
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/Def[Bottom]-Laptop | 3 | ||||
| -rw-r--r-- | config/waybar/configs/Def[TOP]-Laptop | 3 | ||||
| -rw-r--r-- | config/waybar/configs/Default [Bottom] | 2 | ||||
| -rw-r--r-- | config/waybar/configs/Default [TOP] | 2 |
4 files changed, 8 insertions, 2 deletions
diff --git a/config/waybar/configs/Def[Bottom]-Laptop b/config/waybar/configs/Def[Bottom]-Laptop index 8bf8ecd1..d7b7d18a 100644 --- a/config/waybar/configs/Def[Bottom]-Laptop +++ b/config/waybar/configs/Def[Bottom]-Laptop @@ -56,11 +56,12 @@ "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", - //"wireplumber", "pulseaudio#microphone", "custom/separator#dot-line", "keyboard-state", "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", "custom/power", ], } diff --git a/config/waybar/configs/Def[TOP]-Laptop b/config/waybar/configs/Def[TOP]-Laptop index eabaf37e..8808e762 100644 --- a/config/waybar/configs/Def[TOP]-Laptop +++ b/config/waybar/configs/Def[TOP]-Laptop @@ -56,11 +56,12 @@ "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", - //"wireplumber", "pulseaudio#microphone", "custom/separator#dot-line", "keyboard-state", "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", "custom/power", ], }
\ No newline at end of file diff --git a/config/waybar/configs/Default [Bottom] b/config/waybar/configs/Default [Bottom] index 6c37a22f..1e1e5abf 100644 --- a/config/waybar/configs/Default [Bottom] +++ b/config/waybar/configs/Default [Bottom] @@ -56,6 +56,8 @@ "custom/separator#dot-line", "keyboard-state", "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", "custom/power", ], } diff --git a/config/waybar/configs/Default [TOP] b/config/waybar/configs/Default [TOP] index edc14094..acce267f 100644 --- a/config/waybar/configs/Default [TOP] +++ b/config/waybar/configs/Default [TOP] @@ -56,6 +56,8 @@ "custom/separator#dot-line", "keyboard-state", "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", "custom/power", ], }
\ No newline at end of file |
