diff --git a/private_dot_config/matugen/config.toml b/private_dot_config/matugen/config.toml index 14fd318..9a8f215 100644 --- a/private_dot_config/matugen/config.toml +++ b/private_dot_config/matugen/config.toml @@ -2,8 +2,7 @@ [config.wallpaper] set = true -command = "awww" -arguments = ["img", "--transition-type", "wipe", "--transition-fps", "144"] +command = "awww img --transition-type wipe --transition-fps 144 {{ image }}" [templates.waybar] input_path = 'templates/waybar.css' diff --git a/private_dot_config/sway/config b/private_dot_config/sway/config index fbd9466..20ab102 100644 --- a/private_dot_config/sway/config +++ b/private_dot_config/sway/config @@ -274,11 +274,12 @@ bar { } for_window [app_id="foot"] floating enable -#for_window [app_id="Alacritty"] floating enable +for_window [app_id="Alacritty"] floating enable +for_window [app_id="org.speedcrunch.speedcrunch"] floating enable exec mako exec steam -exec ticktick +#exec ticktick exec vesktop -m include /etc/sway/config.d/* diff --git a/private_dot_config/sway/scripts/wallpaper_rotate.py b/private_dot_config/sway/scripts/wallpaper_rotate.py index 6ffd199..da8fee5 100644 --- a/private_dot_config/sway/scripts/wallpaper_rotate.py +++ b/private_dot_config/sway/scripts/wallpaper_rotate.py @@ -15,7 +15,7 @@ while True: random_wallpaper_location = f'{wallpaper_location}/{random_wallpaper}' #matugen image $wallpaper --mode "dark" - wallpaper_rotate_command = subprocess.call(["matugen","image",random_wallpaper_location,"--mode","dark"]) + wallpaper_rotate_command = subprocess.call(["matugen","image",random_wallpaper_location,"--mode","dark", "--source-color-index", "0"]) if len(unused_wallpapers) == 0: unused_wallpapers = os.listdir(wallpaper_location) diff --git a/private_dot_config/waybar/modules.jsonc b/private_dot_config/waybar/modules.jsonc index 2b883c9..acd9524 100644 --- a/private_dot_config/waybar/modules.jsonc +++ b/private_dot_config/waybar/modules.jsonc @@ -47,9 +47,9 @@ "unit": "GB" }, "bluetooth": { - "format":" {status}", + "format":"{status} ", "format-disabled":"", - "format-connected":" {device_alias}", + "format-connected":"{device_alias} ", "format-connected-battery":"{device_battery_percentage:3d}% ", "on-click":"blueman-manager" },