Skip to content

Commit

Permalink
waybar
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcPartensky committed May 22, 2024
1 parent 67d040e commit 6072c6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions waybar/.config/waybar/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"layer": "top",
"modules-left": ["custom/launcher","custom/wallpaper", "cpu","memory", "network", "tray"],
"modules-center": ["custom/firefox", "wlr/workspaces", "custom/spotify"],
"modules-center": ["custom/firefox", "hyprland/workspaces", "custom/spotify"],
"modules-right": ["custom/updates","backlight","pulseaudio","clock", "battery","custom/power"],

"pulseaudio": {
Expand All @@ -13,7 +13,7 @@
"format-icons": ["", "", ""]
},

"wlr/workspaces": {
"hyprland/workspaces": {
"format": "{icon}",
"format-active": " {icon} ",
"on-click": "activate"
Expand Down Expand Up @@ -93,7 +93,7 @@
"exec": "checkupdates | wc -l",
"exec-if": "[[ $(checkupdates | wc -l) != 0 ]]",
"interval": 60,
"on-click": "alacritty -e paru -Syu --noconfirm && notify-send 'The system has been updated' "
"on-click": "alacritty -e update && notify-send 'The system has been updated' "
},
"custom/updates-vps":{
"format": "{} Update(s)",
Expand Down

0 comments on commit 6072c6d

Please sign in to comment.