From c92550728d2162eed53e7b8a7bf6401e922ff24a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 10 Jan 2025 18:10:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-10 18:10:05 --- .config/sway/config | 30 ++++++++++++------------ .config/wal/colorschemes/dark/ashen.json | 28 ++++++++++++++++++++++ 2 files changed, 43 insertions(+), 15 deletions(-) create mode 100644 .config/wal/colorschemes/dark/ashen.json diff --git a/.config/sway/config b/.config/sway/config index f2d55d45..b54629d8 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 & diff --git a/.config/wal/colorschemes/dark/ashen.json b/.config/wal/colorschemes/dark/ashen.json new file mode 100644 index 00000000..2dbb84fd --- /dev/null +++ b/.config/wal/colorschemes/dark/ashen.json @@ -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" + } +}