add azote
adding Azote as wallpaper helper
This commit is contained in:
@@ -15,8 +15,8 @@ font pango:Noto Sans Regular 10
|
|||||||
smart_borders on
|
smart_borders on
|
||||||
|
|
||||||
# Set wallpaper:
|
# Set wallpaper:
|
||||||
exec swaybg -i ~/.config/sway/sway.png
|
# exec swaybg -i ~/.config/sway/sway.png
|
||||||
|
exec ~/.azotebg
|
||||||
# Title format for windows
|
# Title format for windows
|
||||||
for_window [shell="xdg_shell"] title_format "%title (%app_id)"
|
for_window [shell="xdg_shell"] title_format "%title (%app_id)"
|
||||||
for_window [shell="x_wayland"] title_format "%class - %title"
|
for_window [shell="x_wayland"] title_format "%class - %title"
|
||||||
|
|||||||
4
home_config/.azotebg
Normal file
4
home_config/.azotebg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
pkill swaybg
|
||||||
|
swaybg -o '*' -i "~/.config/sway/sway.png" -m fill &
|
||||||
|
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
acpi
|
acpi
|
||||||
arc-gtk-theme-eos
|
arc-gtk-theme-eos
|
||||||
awesome-terminal-fonts
|
awesome-terminal-fonts
|
||||||
|
azote
|
||||||
brightnessctl
|
brightnessctl
|
||||||
cliphist
|
cliphist
|
||||||
dex
|
dex
|
||||||
|
|||||||
Reference in New Issue
Block a user