diff --git a/.config/dconf/user b/.config/dconf/user index 35a66f17..f15945e5 100644 Binary files a/.config/dconf/user and b/.config/dconf/user differ diff --git a/.config/polybar/config b/.config/polybar/config new file mode 100644 index 00000000..5845a264 --- /dev/null +++ b/.config/polybar/config @@ -0,0 +1,195 @@ +# vim:ft=dosini +# _ _ +# _ __ ___ | |_ _| |__ __ _ _ __ +# | '_ \ / _ \| | | | | '_ \ / _` | '__| +# | |_) | (_) | | |_| | |_) | (_| | | +# | .__/ \___/|_|\__, |_.__/ \__,_|_| +# |_| |___/ +# +# Copyright (c) 2019 Vintage Salt +# Distributed under terms of the MIT license. +# https://github.com/jaagr/polybar +# https://gitlab.com/rehashedsalt/home +# + +# ==================== +# VARIABLES +# ==================== +[res/colors] +# Arc +bg-dark = #383C4A +bg-light = #404552 +border = #2B2E39 +fg = #FFFCF6 +selection = #5294E2 +# Nord +red = #BF616A +green = #A3BE8C +yellow = #EBCB8B +blue = #81A1C1 +magenta = #B48EAD +cyan = #88C0D0 + +[res/config] +padding = 2 +padding-bar = 3 + +# ==================== +# BARS +# ==================== +[template/bar] +bottom = true +wm-restack = ${env:PB_WM_RESTACK:i3} +tray-maxsize = 16 + +background = ${res/colors.bg-dark} +foregrouond = ${res/colors.fg} +border-color = ${res/colors.border} +tray-background = ${res/colors.bg-dark} + +height = 32 +padding = ${res/config.padding-bar} +module-margin = 2 + +font-0 = "Inconsolata:style=Medium:size=10;2" +font-1 = "Deja Vu Sans Mono:style=Regular:size=10;2" + +[bar/primary] +monitor = ${env:PB_MONITOR:eDP-1} +inherit = template/bar +border-top-size = 1 + +modules-left = i3 cpu memory battery +modules-right = backlight pulse date + +# ==================== +# MODULES +# ==================== +[module/backlight] +type = internal/xbacklight +format =