Browse Source

Added Default-bottom layout

pull/20/head
JaKooLit 2 years ago
parent
commit
2b8407075c
  1. 1
      config/hypr/scripts/WaybarLayout.sh
  2. 65
      config/waybar/configs/config-default-Bottom

1
config/hypr/scripts/WaybarLayout.sh

@ -6,6 +6,7 @@ WCONFIG="$HOME/.config/waybar/config"
menu() {
cat <<EOF
default
default-Bottom
Top(gnome)
Bottom(plasma)
simple-long

65
config/waybar/configs/config-default-Bottom

@ -0,0 +1,65 @@
// ### DEFAULT ### //
{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "bottom",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 6,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"hyprland/workspaces",
"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",
//"cava",
"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",
],
}
Loading…
Cancel
Save