diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-08 13:40:23 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-08 13:40:23 -0600 |
commit | 7d47c78928a70d2a6c9ff1aa6170c09eb7215a27 (patch) | |
tree | 3354731b36649d241680388f18d023e33c41bdda /.config/polybar/user_modules.ini | |
parent | dfc681ee304f37de3121176e5cdc03d9e9bf502d (diff) |
Polybar path changes, dpi, sxhkd changes
Diffstat (limited to '.config/polybar/user_modules.ini')
-rw-r--r-- | .config/polybar/user_modules.ini | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.config/polybar/user_modules.ini b/.config/polybar/user_modules.ini index 5d6fa18..7314509 100644 --- a/.config/polybar/user_modules.ini +++ b/.config/polybar/user_modules.ini @@ -13,7 +13,7 @@ type = custom/script ; Available tokens: ; %counter% ; Command to be executed (using "/usr/bin/env sh -c [command]") -exec = ~/.config/polybar/forest/scripts/updates.sh +exec = ~/.config/polybar/scripts/updates.sh ; Conditional command that, if defined, needs to exit successfully ; before the main exec command is invoked. @@ -69,13 +69,13 @@ content = content-foreground = ${color.purple} ; "click-(left|middle|right)" will be executed using "/usr/bin/env sh -c $COMMAND" -click-left = ~/.config/polybar/forest/scripts/launcher.sh & -;;click-middle = ~/.config/polybar/forest/scripts/launcher-full -click-right = ~/.config/polybar/forest/scripts/style-switch.sh & +click-left = ~/.config/polybar/scripts/launcher.sh & +;;click-middle = ~/.config/polybar/scripts/launcher-full +click-right = ~/.config/polybar/scripts/style-switch.sh & ; "scroll-(up|down)" will be executed using "/usr/bin/env sh -c $COMMAND" -;;scroll-up = ~/.config/polybar/forest/scripts/launcher.sh & -;;scroll-down = ~/.config/polybar/forest/scripts/color-switch.sh & +;;scroll-up = ~/.config/polybar/scripts/launcher.sh & +;;scroll-down = ~/.config/polybar/scripts/color-switch.sh & ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -85,7 +85,7 @@ type = custom/text content = content-foreground = ${color.cyan} -click-left = ~/.config/polybar/forest/scripts/powermenu.sh & +click-left = ~/.config/polybar/scripts/powermenu.sh & ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -95,7 +95,7 @@ type = custom/text content = content-foreground = ${color.red} -click-left = ~/.config/polybar/forest/scripts/style-switch.sh & +click-left = ~/.config/polybar/scripts/style-switch.sh & ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -211,7 +211,7 @@ expand-right = true ; menu-close ; Other commands will be executed using "/usr/bin/env sh -c $COMMAND" menu-0-0 =" Menu | " -menu-0-0-exec = ~/.config/polybar/forest/scripts/launcher.sh & +menu-0-0-exec = ~/.config/polybar/scripts/launcher.sh & menu-0-1 =" Files | " menu-0-1-exec = thunar & |