diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-07 13:49:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 13:49:12 +0900 |
| commit | fd4c2c3f7566b46eb22c693ea97f25baadf292e2 (patch) | |
| tree | 13f6698c9430bf4ea3ad9ba8d33e09f7f9c7512c /config/waybar/configs | |
| parent | 3fa5c6a5973d0cec5801f5b46da87e8ff2b7ee90 (diff) | |
| parent | 56f61f9d90095eb5464bd6f38f606e03f8fd9c33 (diff) | |
Merge pull request #10 from JaKooLit/Beta-v0.4
Hyprland-Dots V2
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/config-default | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/waybar/configs/config-default b/config/waybar/configs/config-default index 2174d512..a5971638 100644 --- a/config/waybar/configs/config-default +++ b/config/waybar/configs/config-default @@ -35,13 +35,19 @@ "custom/separator#dot-line", "custom/light_dark", "custom/separator#dot-line", - "custom/lock", + "custom/lock", + "custom/separator#dot-line", + "custom/keybinds", ], "modules-right": [ //"hyprland/window", "tray", "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + //"network", + //"custom/separator#dot-line", //"cava", "battery", "custom/separator#dot-line", @@ -52,8 +58,8 @@ //"wireplumber", "pulseaudio#microphone", "custom/separator#dot-line", - //"keyboard-state", - //"custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", "custom/power", ], } |
