feat: improved taskbar;

refactor: hyprland blur
This commit is contained in:
2025-12-25 02:10:29 +03:00
parent fc6b2a4291
commit deace16b64
6 changed files with 48 additions and 21 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/sh
if pgrep -x waybar > /dev/null; then
pkill -x waybar
else
GTK_THEME="Simply_Circles_Dark" waybar -c "$HOME/.config/waybar/config_top.jsonc" -s "$HOME/.config/waybar/style_top.css" &
fi