diff --git a/.config/i3/config b/.config/i3/config index 3db60f28..5c733764 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -44,6 +44,7 @@ workspace $w7 output $monsec font pango:Roboto 10 new_window pixel 4 focus_on_window_activation none +gaps inner 8 ## KEYBINDINGS # Set modifiers diff --git a/.config/polybar/config b/.config/polybar/config index e65364ad..43090197 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -21,10 +21,11 @@ cyan = #88C0D0 white = #D8DEE9 black = #2E3440 gray = #3B4252 -bg = ${self.black} -fg = ${self.white} -border = ${self.border} -selection = ${self.blue} + +bg = #2E3440 +fg = #D8DEE9 +border = #3B4252 +selection = #88C0D0 [res/config] padding = 2 @@ -50,8 +51,8 @@ font-1 = "Deja Vu Sans Mono:style=Regular:size=11;2" [bar/primary] monitor = ${env:PB_MONITOR:eDP-1} inherit = template/bar -border-top-size = 1 -moduels-left = i3 cpu memory battery temp +border-top-size = 4 +modules-left = i3 cpu memory battery temp modules-right = backlight pulse date ## MODULES @@ -131,7 +132,7 @@ label-mode-padding = ${res/config.padding} label-mode-background = ${res/colors.red} label-focused = %name% label-focused-padding = ${res/config.padding} -label-focused-foreground = ${res/colors.fg} +label-focused-foreground = ${res/colors.bg} label-focused-background = ${res/colors.selection} label-unfocused = %name% label-unfocused-background = ${res/colors.bg}