Regenerated
This commit is contained in:
+297
-302
File diff suppressed because it is too large
Load Diff
+1
-6
@@ -2688,11 +2688,6 @@ These are config files for waybar
|
|||||||
"idle_inhibitor"
|
"idle_inhibitor"
|
||||||
],
|
],
|
||||||
|
|
||||||
"custom/spacer": {
|
|
||||||
"format": " ",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
"group/hardware": {
|
"group/hardware": {
|
||||||
|
|
||||||
@@ -2744,7 +2739,7 @@ These are config files for waybar
|
|||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"class": "workspaces",
|
"class": "workspaces",
|
||||||
"format": "{text}",
|
"format": "{name}",
|
||||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
|||||||
@@ -11,8 +11,9 @@ wall="$HOME/Wallpapers/pictures/${num}.jpg"
|
|||||||
|
|
||||||
# Check if file exists
|
# Check if file exists
|
||||||
if [ -f "$wall" ]; then
|
if [ -f "$wall" ]; then
|
||||||
# Set wallpaper (hyprpaper)
|
# Set wallpaper with smooth transition
|
||||||
hyprctl hyprpaper unload all
|
awww img "$wall" \
|
||||||
hyprctl hyprpaper preload "$wall"
|
--transition-type wipe \
|
||||||
hyprctl hyprpaper wallpaper ",$wall"
|
--transition-duration 0.5 \
|
||||||
|
--transition-fps 60
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -24,11 +24,6 @@
|
|||||||
"idle_inhibitor"
|
"idle_inhibitor"
|
||||||
],
|
],
|
||||||
|
|
||||||
"custom/spacer": {
|
|
||||||
"format": " ",
|
|
||||||
"tooltip": false
|
|
||||||
},
|
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
"group/hardware": {
|
"group/hardware": {
|
||||||
|
|
||||||
@@ -80,7 +75,7 @@
|
|||||||
|
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"class": "workspaces",
|
"class": "workspaces",
|
||||||
"format": "{text}",
|
"format": "{name}",
|
||||||
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
"exec": "~/.config/waybar/scripts/hypr-workspaces.sh",
|
||||||
"interval": 2,
|
"interval": 2,
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
|
|||||||
Reference in New Issue
Block a user