AutoYADM commit: 2025-01-10 17:25:05
This commit is contained in:
parent
529caa2b89
commit
5f5259f1d2
2 changed files with 19 additions and 2 deletions
|
@ -17,7 +17,7 @@ set $right i
|
||||||
set $term ghostty
|
set $term ghostty
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# set $menu wmenu-run
|
# set $menu wmenu-run
|
||||||
set $menu tofi-drun | xargs swaymsg exec --
|
set $menu tofi-run | xargs swaymsg exec --
|
||||||
set $wallpaper ~/Pictures/wallpapers/sidonia-blurred.png
|
set $wallpaper ~/Pictures/wallpapers/sidonia-blurred.png
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
|
@ -260,7 +260,8 @@ bindsym $mod+r mode "resize"
|
||||||
exec_always nm-applet
|
exec_always nm-applet
|
||||||
|
|
||||||
exec_always autotiling &
|
exec_always autotiling &
|
||||||
exec_always pkill waybar && waybar
|
# exec_always pkill waybar && waybar
|
||||||
|
exec waybar &
|
||||||
exec bluman-applet
|
exec bluman-applet
|
||||||
exec_always pkill dunst && dunst &
|
exec_always pkill dunst && dunst &
|
||||||
exec tmux start-server &
|
exec tmux start-server &
|
||||||
|
|
|
@ -76,3 +76,19 @@
|
||||||
// },
|
// },
|
||||||
// },
|
// },
|
||||||
// }
|
// }
|
||||||
|
{
|
||||||
|
"layer": "top",
|
||||||
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||||
|
"modules-center": ["sway/window"],
|
||||||
|
"modules-right": ["battery", "clock"],
|
||||||
|
"sway/window": {
|
||||||
|
"max-length": 50
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"format": "{capacity}% {icon}",
|
||||||
|
"format-icons": ["", "", "", "", ""]
|
||||||
|
},
|
||||||
|
"clock": {
|
||||||
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue