AutoYADM commit: 2025-01-13 23:15:05
This commit is contained in:
parent
bd933151e9
commit
822bcdc902
1 changed files with 18 additions and 17 deletions
|
@ -276,23 +276,23 @@ bindsym $mod+Shift+s exec grimshot save area
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
#
|
#
|
||||||
# Read `man 5 sway-bar` for more information about this section.
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
bar {
|
# bar {
|
||||||
position top
|
# position top
|
||||||
|
#
|
||||||
# When the status_command prints a new line to stdout, swaybar updates.
|
# # When the status_command prints a new line to stdout, swaybar updates.
|
||||||
# The default just shows the current date and time.
|
# # The default just shows the current date and time.
|
||||||
status_command while date +'%a, %b %d - %H:%M'; do sleep 1; done
|
# status_command while date +'%a, %b %d - %H:%M'; do sleep 1; done
|
||||||
# status_command inotifywait -m -e modify /home/fic/scripts/time | cat /home/fic/scripts/time
|
# # status_command inotifywait -m -e modify /home/fic/scripts/time | cat /home/fic/scripts/time
|
||||||
|
#
|
||||||
colors {
|
# colors {
|
||||||
background $bg
|
# background $bg
|
||||||
statusline $fg
|
# statusline $fg
|
||||||
focused_workspace $c1 $bg $fg
|
# focused_workspace $c1 $bg $fg
|
||||||
inactive_workspace $bg $bg $fg
|
# inactive_workspace $bg $bg $fg
|
||||||
urgent_workspace $c3 $bg $fg
|
# urgent_workspace $c3 $bg $fg
|
||||||
# inactive_workspace #32323200 #32323200 #5c5c5c
|
# # inactive_workspace #32323200 #32323200 #5c5c5c
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
# autostart applications
|
# autostart applications
|
||||||
# TODO: add obsidian and filen?
|
# TODO: add obsidian and filen?
|
||||||
|
@ -301,6 +301,7 @@ bar {
|
||||||
exec xembedsniproxy
|
exec xembedsniproxy
|
||||||
exec nm-applet
|
exec nm-applet
|
||||||
exec dunst
|
exec dunst
|
||||||
|
exec waybar
|
||||||
exec autotiling &
|
exec autotiling &
|
||||||
exec blueman-applet &
|
exec blueman-applet &
|
||||||
exec tmux start-server &
|
exec tmux start-server &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue