Some changes

This commit is contained in:
ayushDumasia 2024-09-15 12:27:24 +05:30
parent 6ca523ca70
commit 0ec6e946f7
298 changed files with 33370 additions and 307 deletions

View file

@ -29,7 +29,7 @@
},
"cpu": {
"interval": 1,
"format": "{usage}% <span font='Font Awesome 5 Free'>\uf2db</span>",
"format": "{usage}% <span font='Font Awesome 6 Free-Solid'>\uf2db</span>",
"on-click": "kitty btop"
},
"memory": {
@ -64,7 +64,7 @@
"format": "{}°C",
"tooltip": false,
"interval": 3600,
"exec": "wttrbar --location 'Ahmedabad'",
"exec": "wttrbar --location 'Surat'",
"return-type": "json"
},
"custom/wallpaper": {

View file

@ -10,5 +10,5 @@ WALLPAPER=$( find $TARGET -type f -regex '.*\.\(jpg\|jpeg\|png\|webp\)' | shuf -
echo "preload = $WALLPAPER" > /home/archer/.config/hypr/hyprpaper.conf
echo "wallpaper = eDP-1, $WALLPAPER" >> /home/archer/.config/hypr/hyprpaper.conf
echo "splash = on" >> /home/archer/.config/hypr/hyprpaper.conf
echo "splash = off" >> /home/archer/.config/hypr/hyprpaper.conf
echo "ipc = off" >> /home/archer/.config/hypr/hyprpaper.conf

View file