X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/blobdiff_plain/7032c200628873fc51b8b16330e9b36f960a454d..db9830857e944c3c5c3c636f92bca933b51c978f:/sway/.config/sway/config diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 936d8ba..5c55f52 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -14,15 +14,16 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term urxvt +set $term gnome-terminal # Your preferred application launcher # Note: it's recommended that you pass the final command to sway -set $menu dmenu_path | dmenu | xargs swaymsg exec -- +#set $menu dmenu_path | dmenu | xargs swaymsg exec -- +set $menu j4-dmenu-desktop --dmenu='bemenu -i --nb "#3f3f3f" --nf "#dcdccc" --fn "pango:DejaVu Sans Mono 12"' --term='termite' | xargs swaymsg exec -- ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg /home/frederik/Pictures/sway_bg.jpg fill # # Example configuration: # @@ -207,13 +208,16 @@ bar { # 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 %l:%M:%S %p'; do sleep 1; done + #status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done + status_command while ~/.config/sway/scripts/status.sh; do sleep 1; done colors { statusline #ffffff background #323232 inactive_workspace #32323200 #32323200 #5c5c5c } + #font "Terminus (TTF)" + font pango:DejaVu Sans Mono 10 } include /etc/sway/config.d/*