diff options
| author | Yigit Sever | 2022-03-31 01:21:42 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-03-31 01:21:42 +0300 |
| commit | 76e79d393364197176798b796b3c951c47faec42 (patch) | |
| tree | 3a4b9df0ae499573ec37b0fbb59ad719a61368c4 | |
| parent | 6a232fb74584e15e6e127b0863f6e0cde941cb4b (diff) | |
| download | dotfiles-76e79d393364197176798b796b3c951c47faec42.tar.gz dotfiles-76e79d393364197176798b796b3c951c47faec42.tar.bz2 dotfiles-76e79d393364197176798b796b3c951c47faec42.zip | |
polybar: fc-cache on launch
| -rwxr-xr-x | .config/polybar/launch.sh | 2 |
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 | ||
| 6 | fc-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 |
| 7 | polybar-msg cmd quit | 9 | polybar-msg cmd quit |
| 8 | 10 | ||
