summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-03-31 01:21:42 +0300
committerYigit Sever2022-03-31 01:21:42 +0300
commit76e79d393364197176798b796b3c951c47faec42 (patch)
tree3a4b9df0ae499573ec37b0fbb59ad719a61368c4
parent6a232fb74584e15e6e127b0863f6e0cde941cb4b (diff)
downloaddotfiles-76e79d393364197176798b796b3c951c47faec42.tar.gz
dotfiles-76e79d393364197176798b796b3c951c47faec42.tar.bz2
dotfiles-76e79d393364197176798b796b3c951c47faec42.zip
polybar: fc-cache on launch
-rwxr-xr-x.config/polybar/launch.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh
index 1e94ee3..10e8c5d 100755
--- a/.config/polybar/launch.sh
+++ b/.config/polybar/launch.sh
@@ -3,6 +3,8 @@
3# Terminate already running bar instances 3# Terminate already running bar instances
4# killall -q polybar 4# killall -q polybar
5 5
6fc-cache -fv
7
6# If all your bars have ipc enabled, you can also use 8# If all your bars have ipc enabled, you can also use
7polybar-msg cmd quit 9polybar-msg cmd quit
8 10