From 0f5a68c2c6e15216f9357dd80310ee65a1dc6245 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Sun, 2 Feb 2020 16:07:37 +0100 Subject: playing around --- config | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 56 insertions(+), 18 deletions(-) (limited to 'config') diff --git a/config b/config index 6c36825..714e8e1 100644 --- a/config +++ b/config @@ -1,3 +1,22 @@ +## Base16 PaperColor Dark +# Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme) + +# set $base00 #1c1c1c +# set $base01 #af005f +# set $base02 #5faf00 +# set $base03 #d7af5f +# set $base04 #5fafd7 +# set $base05 #808080 +# set $base06 #d7875f +# set $base07 #d0d0d0 +# set $base08 #585858 +# set $base09 #5faf5f +# set $base0A #afd700 +# set $base0B #af87d7 +# set $base0C #ffaf00 +# set $base0D #ff5faf +# set $base0E #00afaf +# set $base0F #5f8787 # sway configuration file # man sway(5) @@ -11,13 +30,20 @@ include /home/max/.local/share/base16/base16-sway/themes/base16-tomorrow-night.c include config_exec - -output LVDS-1 { - # pos 0 420 +output DP-1 { pos 0 0 # res 1920x1080 # background ~/.local/share/backgrounds/02-procrastination-hd1080.png center $base01 - background ~/.local/share/backgrounds/osb3unzg9j941-1280.png stretch $base01 + # background ~/.local/share/backgrounds/osb3unzg9j941-1280.png stretch $base01 + background ~/.local/share/backgrounds/01-0.jpg fill + dpms on +} + +output DP-2 { + pos 1920 0 + res 1920x1080 + background ~/.local/share/backgrounds/01-1.jpg fill + # transform 270 dpms on } @@ -100,8 +126,11 @@ bindsym Mod4+Shift+9 move container to workspace $WS9 # ================================================================================ xwayland enable # hide_edge_borders both +# hide_edge_borders horizontal +hide_edge_borders smart_no_gaps title_align left -# gaps inner 6 +# gaps inner 4 +# gaps outer 0 # smart_gaps on # smart_borders no_gaps # focus_follows_mouse no @@ -117,11 +146,12 @@ font pango:sans 9 # font pango:Code New Roman Nerd Font 9 -include /home/max/.config/base16/base16-sway/themes/base16-tomorrow.config +# include /home/max/.config/base16/base16-sway/themes/base16-tomorrow.config +# include /home/max/.config/base16/base16-sway/themes/base16-papercolor-light.config # main variables ssource default # d variable default -set $background $base01 -set $foreground $base05 +set $background $base00 +set $foreground $base0D set $cursorColor $foreground # set_from_resource $foreground base16.cursor $cursorColor @@ -139,32 +169,39 @@ bar { mode dock strip_workspace_numbers yes # separator_symbol "|" - separator_symbol " " + separator_symbol " " + status_padding 6 + status_edge_padding 8 colors { background #000000cc separator $foreground statusline $foreground - focused_workspace $background $background $base05 - active_workspace $background $background $cursorColor + focused_workspace $background $background $base0D + active_workspace $background $background $base04 inactive_workspace $background $background $base03 urgent_workspace $background $background $base08 binding_mode $background $background $foreground } + + binding_mode_indicator yes } + # Basic color configuration using the Base16 variables for windows and borders. # Property Name Border BG Text Indicator Child Border client.focused $base05 $base0D $base00 $base0D $base0D -client.focused_inactive $base01 $base01 $base05 $base03 $base01 -client.unfocused $base01 $base00 $base05 $base01 $base01 +client.focused_inactive $base05 $base01 $base07 $base03 $base01 +client.unfocused $base05 $base00 $base05 $base01 $base01 client.urgent $base08 $base08 $base00 $base08 $base08 client.placeholder $base00 $base00 $base05 $base00 $base00 client.background $background +default_border pixel 2 +# default_border normal # ================================================================================ # windows assignments and special treatment, e.g. icons @@ -194,8 +231,8 @@ for_window [title="(?i)weechat"] title_format " %title" for_window [title="YouTube"] title_format " %title" for_window [title=""] title_format "%title" for_window [title=" "] title_format "%title" -for_window [title=" "] border pixel 0 -for_window [app_id=".*terminal"] border pixel 0 +# for_window [title=" "] border pixel 0 +# for_window [app_id=".*terminal"] border pixel 0 # for_window [class="(?i)xfce4-terminal"] border pixel 0 # for_window [class="(?i)xfce4-appfinder"] border pixel 0 @@ -265,7 +302,7 @@ bindsym $mod+Shift+Right move right bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+q layout toggle split -bindsym $mod+x layout toggle all +bindsym $mod+x layout toggle tabbed splitv bindsym $mod+v split toggle bindsym $mod+space split toggle @@ -282,9 +319,10 @@ bindsym $mod+Shift+m scratchpad show ; res # start a terminal # bindsym $mod+Return exec i3-sensible-terminal # bindsym $mod+Return exec "killall rofi ; rofi -show drun -show-icons" -bindsym $mod+Return exec dmenu_run +# bindsym $mod+Return exec dmenu_run +bindsym $mod+Return exec env BEMENU_BACKEND=wayland bemenu-run -f monospace 20 30 -H 25 --grab bindsym Mod1+F2 exec "killall rofi ; rofi -show drun -bg #222222 -fg #888888 -hlbg #285577 -hlfg #ffffff -show-icons -5" -bindsym $mod+t exec xfce4-terminal +bindsym $mod+t exec alacritty bindsym $mod+y exec gnome-terminal bindsym $mod+e exec thunar bindsym $mod+l exec swaylock -K -f -F -c "#000000" --text-color '#ffffff' --indicator-radius 200 --indicator-thickness 10 -- cgit v1.2.3