mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 22:53:31 +01:00
105 lines
2.8 KiB
INI
105 lines
2.8 KiB
INI
;==========================================================
|
|
;
|
|
;
|
|
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
|
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
|
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
|
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
|
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
|
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
|
;
|
|
;
|
|
; To learn more about how to configure Polybar
|
|
; go to https://github.com/polybar/polybar
|
|
;
|
|
; The README contains a lot of information
|
|
;
|
|
;==========================================================
|
|
|
|
[colors]
|
|
;background = ${xrdb:color0:#222}
|
|
background = #222
|
|
background-alt = #444
|
|
;foreground = ${xrdb:color7:#222}
|
|
foreground = #dfdfdf
|
|
foreground-alt = #555
|
|
prefix-foreground = #E4FF00
|
|
primary = #ffb52a
|
|
secondary = #e60053
|
|
alert = #bd2c40
|
|
|
|
[global/wm]
|
|
margin-top = 0
|
|
margin-bottom = 0
|
|
include-file = ~/.config/polybar/colors.ini
|
|
include-file = ~/.config/polybar/modules.ini
|
|
|
|
[bar/main]
|
|
monitor =
|
|
offset-x = 0
|
|
offset-y = 0
|
|
radius = 0
|
|
fixed-center = true
|
|
|
|
background = ${colors.background}
|
|
foreground = ${colors.foreground}
|
|
foreground-alt = ${colors.foreground-alt}
|
|
prefix-foreground = ${colors.prefix-foreground}
|
|
|
|
line-size = 3
|
|
line-color = #f00
|
|
|
|
border-size = 0
|
|
border-color = #00000000
|
|
|
|
padding = 2
|
|
|
|
module-margin-left = 1
|
|
module-margin-right = 2
|
|
|
|
font-0 = "Iosevka Nerd Font:size=10;2"
|
|
font-1 = "Iosevka Nerd Font:bold:size=10;2"
|
|
font-2 = unifont:fontformat=truetype:size=8:antialias=false;0
|
|
font-3 = siji:pixelsize=10;1
|
|
font-4 = fixed:pixelsize=10;1
|
|
|
|
;wm-restack = bspwm
|
|
;wm-restack = i3
|
|
|
|
override-redirect = false
|
|
|
|
;scroll-up = bspwm-desknext
|
|
;scroll-down = bspwm-deskprev
|
|
|
|
;scroll-up = i3wm-wsnext
|
|
;scroll-down = i3wm-wsprev
|
|
|
|
cursor-click = pointer
|
|
cursor-scroll = ns-resize
|
|
|
|
[bar/primary]
|
|
inherit = bar/main
|
|
|
|
monitor = ${env:MONITOR:HDMI-1}
|
|
width = 100%
|
|
height = 27
|
|
|
|
modules-left = mpd
|
|
modules-center = filesystem cpu memory eth
|
|
modules-right = pa-microphone pulseaudio redshift date time
|
|
|
|
#tray-position = right
|
|
#tray-padding = 0
|
|
#tray-background = #0063ff
|
|
|
|
|
|
[settings]
|
|
screenchange-reload = true
|
|
;compositing-background = xor
|
|
;compositing-background = screen
|
|
;compositing-foreground = source
|
|
;compositing-border = over
|
|
;pseudo-transparency = false
|
|
|
|
|
|
; vim:ft=dosini
|