diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-16 10:50:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-16 10:50:28 +0900 |
| commit | 01bfc6aa7974f8041c95df5bb8058575ec05417f (patch) | |
| tree | 7d4bea977332b9bd83ea7ca090ed25d14459750d /config/waybar/configs/default | |
| parent | 13dd55b3147a0a62091dfa412d13d7f4d0ea2646 (diff) | |
| parent | 4fff05683290ddd9caed31c23e579527bf10ef06 (diff) | |
Merge pull request #23 from JaKooLit/waybar
New Waybar flavours!
Diffstat (limited to 'config/waybar/configs/default')
| -rw-r--r-- | config/waybar/configs/default | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/config/waybar/configs/default b/config/waybar/configs/default new file mode 100644 index 00000000..2f8678ff --- /dev/null +++ b/config/waybar/configs/default @@ -0,0 +1,66 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#3", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "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", + "battery", + "custom/separator#dot-line", + "backlight", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + //"wireplumber", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/power", + ], +}
\ No newline at end of file |
