Update .config/matugen/config.toml
Update .config/sway/config Update .config/sway/scripts/wallpaper_rotate.py Update .config/waybar/modules.jsonc
This commit is contained in:
parent
3f238785f6
commit
dbb8a676aa
4 changed files with 7 additions and 7 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue