i3, Polybar: Config, config, config
This commit is contained in:
parent
7374e5b843
commit
e3b0924eec
@ -44,6 +44,7 @@ workspace $w7 output $monsec
|
|||||||
font pango:Roboto 10
|
font pango:Roboto 10
|
||||||
new_window pixel 4
|
new_window pixel 4
|
||||||
focus_on_window_activation none
|
focus_on_window_activation none
|
||||||
|
gaps inner 8
|
||||||
|
|
||||||
## KEYBINDINGS
|
## KEYBINDINGS
|
||||||
# Set modifiers
|
# Set modifiers
|
||||||
|
@ -21,10 +21,11 @@ cyan = #88C0D0
|
|||||||
white = #D8DEE9
|
white = #D8DEE9
|
||||||
black = #2E3440
|
black = #2E3440
|
||||||
gray = #3B4252
|
gray = #3B4252
|
||||||
bg = ${self.black}
|
|
||||||
fg = ${self.white}
|
bg = #2E3440
|
||||||
border = ${self.border}
|
fg = #D8DEE9
|
||||||
selection = ${self.blue}
|
border = #3B4252
|
||||||
|
selection = #88C0D0
|
||||||
|
|
||||||
[res/config]
|
[res/config]
|
||||||
padding = 2
|
padding = 2
|
||||||
@ -50,8 +51,8 @@ font-1 = "Deja Vu Sans Mono:style=Regular:size=11;2"
|
|||||||
[bar/primary]
|
[bar/primary]
|
||||||
monitor = ${env:PB_MONITOR:eDP-1}
|
monitor = ${env:PB_MONITOR:eDP-1}
|
||||||
inherit = template/bar
|
inherit = template/bar
|
||||||
border-top-size = 1
|
border-top-size = 4
|
||||||
moduels-left = i3 cpu memory battery temp
|
modules-left = i3 cpu memory battery temp
|
||||||
modules-right = backlight pulse date
|
modules-right = backlight pulse date
|
||||||
|
|
||||||
## MODULES
|
## MODULES
|
||||||
@ -131,7 +132,7 @@ label-mode-padding = ${res/config.padding}
|
|||||||
label-mode-background = ${res/colors.red}
|
label-mode-background = ${res/colors.red}
|
||||||
label-focused = %name%
|
label-focused = %name%
|
||||||
label-focused-padding = ${res/config.padding}
|
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-focused-background = ${res/colors.selection}
|
||||||
label-unfocused = %name%
|
label-unfocused = %name%
|
||||||
label-unfocused-background = ${res/colors.bg}
|
label-unfocused-background = ${res/colors.bg}
|
||||||
|
Loading…
Reference in New Issue
Block a user