AutoYADM commit: 2025-01-10 18:10:05

This commit is contained in:
Daniel Fichtinger 2025-01-10 18:10:05 -05:00
parent 657fc89dd1
commit c92550728d
2 changed files with 43 additions and 15 deletions

View file

@ -95,7 +95,7 @@ default_floating_border pixel 1
# Start your launcher
bindsym $mod+t exec $menu
bindsym $mod+d exec $drun
bindsym $mod+a exec $drun
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
@ -244,19 +244,19 @@ bindsym $mod+r mode "resize"
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
# bar {
# position top
#
# # When the status_command prints a new line to stdout, swaybar updates.
# # The default just shows the current date and time.
# status_command while date +'%Y-%m-%d %X'; do sleep 1; done
#
# colors {
# statusline #ffffff
# background #323232
# inactive_workspace #32323200 #32323200 #5c5c5c
# }
# }
bar {
position top
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%Y-%m-%d %X'; do sleep 1; done
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
}
}
# autostart applications
# TODO: add obsidian and filen?
@ -264,7 +264,7 @@ exec_always nm-applet
exec_always autotiling &
# exec_always pkill waybar && waybar
exec waybar &
# exec waybar &
exec bluman-applet
exec_always pkill dunst && dunst &
exec tmux start-server &

View file

@ -0,0 +1,28 @@
{
"checksum": "f2fc35338e3bb8655212e0b1920e28a4",
"wallpaper": "/home/fic/Pictures/wallpapers/sidonia-blurred.png",
"alpha": "100",
"special": {
"background": "#121212",
"foreground": "#f5f5f5",
"cursor": "#f5f5f5"
},
"colors": {
"color0": "#121212",
"color1": "#B14242",
"color2": "#D87C4A",
"color3": "#E49A44",
"color4": "#4A8B8B",
"color5": "#a7a7a7",
"color6": "#b4b4b4",
"color7": "#d5d5d5",
"color8": "#949494",
"color9": "#B14242",
"color10": "#D87C4A",
"color11": "#E49A44",
"color12": "#4A8B8B",
"color13": "#a7a7a7",
"color14": "#b4b4b4",
"color15": "#d5d5d5"
}
}