updated the use of waybar-cava instead of waybar

This commit is contained in:
skyler 2025-05-06 22:52:30 +08:00
parent 78b5163969
commit 12ce8951e4

View File

@ -103,6 +103,7 @@ Restart the PC and the new config file will be used
- screenshot = hyprshot - screenshot = hyprshot
- idle daemon = hypridle - idle daemon = hypridle
- screenlock = hyprlock - screenlock = hyprlock
- status bar = waybar-cava
need to add to hyprland.conf: need to add to hyprland.conf:
``` ```
@ -166,10 +167,14 @@ just for automatic credential storing when not using ssh:
git push git push
## Waybar ## Waybar
yay -S waybar-cava, not waybar. it still uses waybar when calling or exec-once
the config file might not be initialised, therefore we can just start by copy and pasting the default config file from /etc/xdg/waybar to ~/.config by creating a new folder called waybar. There should be two files called config.jsonc and style.css the config file might not be initialised, therefore we can just start by copy and pasting the default config file from /etc/xdg/waybar to ~/.config by creating a new folder called waybar. There should be two files called config.jsonc and style.css
Once the files are copied, you can use it after restarting waybar. It should automatically detect the new config files under ~/.config/waybar Once the files are copied, you can use it after restarting waybar. It should automatically detect the new config files under ~/.config/waybar
There is a nifty little command to run for resetting waybar if you are tweaking the configs: There is a nifty little command to run for resetting waybar if you are tweaking the configs:
```pkill waybar && hyprctl dispatch exec waybar``` ```pkill waybar && hyprctl dispatch exec waybar```