Skip to content

Commit

Permalink
🔧 polybar[owl]: add owl back
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Dec 18, 2024
1 parent ef7a627 commit 9bedd3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ separator-foreground = ${colors.disabled}

modules-left = logo i3 sxhkd-ipc hotkeys-ipc spotify-now-playing
modules-center =
modules-right = dolarblue dozer fs-root fs-home packages kernel asus-bios-version network microphone pactl-audio brightness ups-voltage cpu-temperature cpu memory weather custom-date trayseparator spotify github thunderbird vpn do-not-disturb trayseparator
modules-right = dolarblue dozer fs-root fs-home packages kernel asus-bios-version network microphone pactl-audio brightness ups-voltage cpu-temperature cpu memory weather custom-date trayseparator owl spotify github thunderbird vpn do-not-disturb trayseparator

cursor-click = pointer
cursor-scroll = ns-resize
Expand Down
2 changes: 1 addition & 1 deletion home/.config/polybar/scripts/owl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

RUNNING=$(ps aux | grep "owl" | grep -v "polybar" | grep -v "grep" | wc -l)
RUNNING=$(ps aux | grep "bin/owl" | grep -v "polybar" | grep -v "grep" | wc -l)

if [[ "$RUNNING" == "0" ]]; then
echo ""
Expand Down

0 comments on commit 9bedd3e

Please sign in to comment.