From 12ce8951e4391e30fe2d770057f8a69874338159 Mon Sep 17 00:00:00 2001 From: skyler Date: Tue, 6 May 2025 22:52:30 +0800 Subject: [PATCH] updated the use of waybar-cava instead of waybar --- linux/current_hyprland_installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/linux/current_hyprland_installation.md b/linux/current_hyprland_installation.md index c1fadb4..a99c886 100644 --- a/linux/current_hyprland_installation.md +++ b/linux/current_hyprland_installation.md @@ -103,6 +103,7 @@ Restart the PC and the new config file will be used - screenshot = hyprshot - idle daemon = hypridle - screenlock = hyprlock +- status bar = waybar-cava need to add to hyprland.conf: ``` @@ -166,10 +167,14 @@ just for automatic credential storing when not using ssh: git push ## 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 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: ```pkill waybar && hyprctl dispatch exec waybar```