added ghostty to waybar

This commit is contained in:
2025-12-03 18:19:40 -08:00
parent e2cc737628
commit 371bc79da2
2 changed files with 8 additions and 24 deletions

View File

@@ -30,7 +30,7 @@ window {
location: center; location: center;
anchor: center; anchor: center;
fullscreen: false; fullscreen: false;
width: 400px; width: 1200px;
border-radius: 10px; border-radius: 10px;
cursor: "default"; cursor: "default";
background-color: rgba(20, 20, 20, 0.70); background-color: rgba(20, 20, 20, 0.70);

View File

@@ -2,20 +2,18 @@
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"mode": "dock", "mode": "dock",
"reload_style_on_change": true,
"gtk-layer-shell": true, "gtk-layer-shell": true,
// <<--< Positions >-->> // <<--< Positions >-->>
"modules-left": [ "modules-left": [
"custom/ws", // window icon
"custom/left1", "custom/left1",
"hyprland/workspaces", // workspaces "hyprland/workspaces", // workspaces
"custom/right1", "custom/right1",
"custom/paddw", "custom/paddw"
"hyprland/window" // window title // "hyprland/window" // window title
], ],
"modules-center": [ "modules-center": [
@@ -50,7 +48,7 @@
], ],
"modules-right": [ "modules-right": [
"mpris", // media info //"mpris", // media info
"custom/left6", "custom/left6",
"pulseaudio", // output device "pulseaudio", // output device
@@ -67,23 +65,9 @@
// <<--< Modules >-->> // <<--< Modules >-->>
"custom/ws": {
"exec": "~/.config/waybar/scripts/current-theme.sh",
"return-type": "json",
"format": " 󰤕 ",
"on-click": "~/.config/waybar/scripts/theme-switcher.sh",
"min-length": 3,
"max-length": 3
},
"hyprland/workspaces": { "hyprland/workspaces": {
"persistent-workspaces": { "format": "{name}",
"1": [], "active-only": true
"2": [],
"3": [],
"4": [],
"5": []
}
}, },
"hyprland/window": { "hyprland/window": {
@@ -268,7 +252,7 @@
"return-type": "json", "return-type": "json",
"format": "{}", "format": "{}",
"on-click": "~/.config/waybar/scripts/wifi-menu.sh", "on-click": "~/.config/waybar/scripts/wifi-menu.sh",
"on-click-right": "kitty --title '󰤨 Network Manager TUI' bash -c nmtui", "on-click-right": "ghostty --title='󰤨 Network Manager TUI' -e zsh -c nmtui",
"interval": 1, "interval": 1,
"min-length": 1, "min-length": 1,
"max-length": 1 "max-length": 1
@@ -301,7 +285,7 @@
":: {device_alias}: 󱊣 {device_battery_percentage}%", ":: {device_alias}: 󱊣 {device_battery_percentage}%",
"on-click": "~/.config/waybar/scripts/bluetooth-menu.sh", "on-click": "~/.config/waybar/scripts/bluetooth-menu.sh",
"on-click-right": "kitty --title '󰂯 Bluetooth TUI' bash -c bluetui", "on-click-right": "ghostty --title='󰂯 Bluetooth TUI' -e zsh -c bluetui",
"interval": 1, "interval": 1,
"min-length": 1, "min-length": 1,
"max-length": 1 "max-length": 1