Browse Source

Small changes to polybar.

master
Bryan Miller 4 years ago
parent
commit
47e211eff4
No known key found for this signature in database
2 changed files with 15 additions and 8 deletions
  1. +3
    -2
      polybar/config
  2. +12
    -6
      polybar/modules.obsidianblk.ini

+ 3
- 2
polybar/config View File

@@ -58,11 +58,12 @@ module-margin-right = 0 ;2
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 = siji:pixelsize=10;1
font-3 = TerminessTTF Nerd Font:pixelsize=14;0

modules-left = obspace obswoosh obswedge-l bspwm i3 obswedge-r obswoosh
modules-center =
modules-right = filesystem pulseaudio xkeyboard memory cpu eth date powermenu
modules-right = filesystem pulseaudio xkeyboard cpu memory eth date powermenu

tray-position = right
tray-padding = 2

+ 12
- 6
polybar/modules.obsidianblk.ini View File

@@ -153,17 +153,23 @@ card = intel_backlight
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #f90000
format-prefix = "  "
format-prefix-background = ${colors.primary}
format-prefix-foreground = ${colors.background}
format-background = ${colors.primary}
format-foreground = ${colors.background}
;format-underline = #f90000
label = %percentage:2%%

[module/memory]
type = internal/memory
interval = 2
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #4bffdc
format-prefix = "  "
format-prefix-background = ${colors.primary}
format-prefix-foreground = ${colors.background}
format-background = ${colors.primary}
format-foreground = ${colors.background}
;format-underline = #4bffdc
label = %percentage_used%%

[module/wlan]

Loading…
Cancel
Save