Browse Source

Modified polybar config to use rxdb colors.

master
Bryan Miller 4 years ago
parent
commit
2bd739accc
No known key found for this signature in database
1 changed files with 7 additions and 26 deletions
  1. +7
    -26
      polybar/config

+ 7
- 26
polybar/config View File

@@ -17,23 +17,18 @@
;==========================================================

[colors]
;background = ${xrdb:color0:#222}
background = #2f3e46
background-alt = #354f52
;foreground = ${xrdb:color7:#222}
foreground = #84a98c
foreground-alt = #cad2c5
primary = #52796f
secondary = #e60053
alert = #bd2c40
background = ${xrdb:color0:#2f3e46}
background-alt = ${xrdb:color8:#354f52}
foreground = ${xrdb:color14:#84a98c}
foreground-alt = ${xrdb:color15:#cad2c5}
primary = ${xrdb:color2:#52796f}
secondary = ${xrdb:color10:#e60053}
alert = ${xrdb:color9:#bd2c40}

[bar/obsidianblk]
;monitor = ${env:MONITOR:HDMI-1}
monitor = ${env:MONITOR:}
width = 100%
height = 27
;offset-x = 1%
;offset-y = 1%
radius = 6.0
fixed-center = false

@@ -54,11 +49,9 @@ padding-right = 0 ;2
module-margin-left = 0 ;1
module-margin-right = 0 ;2

;font-0 = fixed:pixelsize=10;1
font-0 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=10;0
font-1 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=20;1
font-2 = unifont:fontformat=truetype:size=8:antialias=false;0
;font-3 = siji:pixelsize=10;1
font-3 = TerminessTTF Nerd Font Mono:pixelsize=16;0
font-4 = TerminessTTF Nerd Font:pixelsize=24;0

@@ -69,18 +62,6 @@ modules-right = obswoosh obswedge-l obspace-inv obsdigi-l filesystem obsdigi-r p

tray-position = right
tray-padding = 2
;tray-background = #0063ff

;wm-restack = bspwm
;wm-restack = i3

;override-redirect = true

;scroll-up = bspwm-desknext
;scroll-down = bspwm-deskprev

;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev

cursor-click = pointer
cursor-scroll = ns-resize

Loading…
Cancel
Save