From 861e62ca69b0a24cd5fbacc9499963c3f1f4a4b2 Mon Sep 17 00:00:00 2001 From: Tristaan Date: Wed, 22 Aug 2018 14:22:54 +0200 Subject: [PATCH] tweaked polybar config, changed i3 window colors and borders --- .config/polybar/config | 10 +++++----- .i3/config | 24 ++++++++++++------------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 5f2bef5..a7ca5ad 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -8,8 +8,8 @@ ;===================================================== [colors] -bg = #10101000 -bg2 = #10101033 +bg = #00101010 +bg2 = #20101010 fg = #f8f8f2 select = #44475a blue = ${env:COLOR_BLUE} @@ -37,7 +37,7 @@ alert = ${colors.pink} [bar/top] monitor = ${env:MONITOR} width = 100% -height = 28 +height = 30 ;offset-x = 1% ;offset-y = 1% radius = 0 @@ -86,7 +86,7 @@ background = ${colors.background} foreground = ${colors.foreground} line-color = ${bar/top.background} -line-size = 4 +line-size = 2 font-0 = "xos4 Terminess Powerline:pixelsize=16" font-1 = "Font Awesome 5 Free:style=Solid:pixelsize=16;1" @@ -100,7 +100,7 @@ module-margin-right = 1 modules-left = i3 modules-right = cpu memory powermenu -border-size = 3 +border-size = 0 border-color = ${colors.background} [module/i3] diff --git a/.i3/config b/.i3/config index 0b4854e..d287684 100644 --- a/.i3/config +++ b/.i3/config @@ -35,15 +35,12 @@ font pango: xos4 Terminus, Font Awesome 5 Free, Font Awesome 5 Brands 12 #-----T-i3-----# #class border backgr. text indicator -client.focused #225396 #7592bA #ffffff #2e9ef4 -client.focused_inactive #15325A #032048 #ffffff #484e50 -client.urgent #2f343a #900000 #ffffff #900000 +client.focused #ffffff #f8f8f2 #ffffff #8be9fd +client.focused_inactive #44475a #44475a #ffffff #6272a4 +client.urgent #ff79c6 #900000 #ffffff #900000 client.placeholder #000000 #0c0c0c #ffffff #000000 client.background #ffffff -new_window normal 4 -new_float normal 5 -hide_edge_borders smart #//APPEARANCE//# set $mod Mod4 @@ -53,6 +50,7 @@ set $m Mod3 #--WINDOW-SETTINGS--# floating_modifier $mod for_window [class=".*"] title_format "-> %title" +for_window [class=".*"] border pixel 2 for_window [class="Pavucontrol"] floating enable for_window [class="octopi"] floating enable for_window [class="lxappearance"] floating enable @@ -196,12 +194,6 @@ bindsym $m+Shift+F2 move container to workspace $WSW2 bindsym $m+Shift+F3 move container to workspace $WSW3 bindsym $m+Shift+F4 move container to workspace $WSW4 -#GAPS -gaps inner 5 -gaps outer 2 -workspace $ws2 gaps outer 0 -workspace $ws2 gaps inner 0 - #Multiple screens bindsym $mod+Left move container to output left bindsym $mod+Right move container to output right @@ -213,6 +205,14 @@ bindsym $mod+Shift+Up move workspace to output up bindsym $mod+Shift+Down move workspace to output down #//WORKSPACES//# +#--BORDER--# +default_border pixel 2 +default_floating_border normal 4 +smart_borders on +gaps inner 4 +gaps outer 10 +#//BORDER//# + #--LAYOUTS--# bindsym $alt+Shift+l exec $HOME/.i3/scripts/workspace.sh "$HOME/.i3/layouts/workspace-3.json" "$HOME/build/doc24_backend" #//LAYOUTS//#