diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-12-26 14:33:06 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-12-30 21:07:42 +0100 |
| commit | 4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (patch) | |
| tree | 0460bc0600492324f111524dfdff1ef85c9fbf8e /waybar | |
| parent | ee2b01a3fff043a8b977385227c2659bbcf2e59a (diff) | |
| download | dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.tar.gz dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.zip | |
wallust
Diffstat (limited to '')
| -rw-r--r-- | waybar/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/waybar/config b/waybar/config index 5ad6571..ef7c4b6 100644 --- a/waybar/config +++ b/waybar/config @@ -9,6 +9,7 @@ "custom/cat": { "format": "<span color='#181926' font-family='Symbols Nerd Font Mono'></span>", "tooltip": false, + "on-click": "~/.config/scripts/set_random ~/Pictures/Backgrounds/" }, "hyprland/workspaces": { "persistent-workspaces": { @@ -28,13 +29,13 @@ "format": "", "format-connected": "<span color='#8aadf4' font-family='Symbols Nerd Font Mono'></span>", "tooltip-format": "{device_alias}", - "on-click": "footclient bluetuith" + "on-click": "foot bluetuith" }, "network": { "format-wifi": "<span color='#b7bdf8' font-family='Symbols Nerd Font Mono'></span>", "format-disconnected": "<span color='#b7bdf4' font-family='Symbols Nerd Font Mono'></span>", "tooltip-format": "{essid}", - "on-click": "footclient -o pad=0x0 nmtui" + "on-click": "foot -T nmtui -o pad=0x0 nmtui" }, "pulseaudio": { "format": "<span color='#c6a0f6' font-family='Symbols Nerd Font Mono'>{icon}</span> {volume}%", @@ -42,7 +43,7 @@ "format-icons": { "default": ["", "", ""], }, - "on-click": "footclient pulsemixer" + "on-click": "foot pulsemixer" }, "backlight": { "device": "intel_backlight", @@ -63,7 +64,7 @@ "<span color='#ee99a0'>▇</span>", "<span color='#ed8796'>█</span>" ], - "on-click": "footclient -o pad=0x0 btop", + "on-click": "foot -T btop -o pad=0x0 btop", }, "temperature": { "interval": 5, |
