Browse Source

added lots of polybar

config
master
Josh Fabean 6 years ago
parent
commit
6bb5f55b20
1 changed files with 158 additions and 29 deletions
  1. +158
    -29
      .config/polybar/config

+ 158
- 29
.config/polybar/config View File

@ -47,7 +47,7 @@ font-0 = FiraCode:pixelsize=10;1
font-1 = FontAwesome:pixelsize=10;2
font-2 = DejaVue Sans Mono:pixelsize=10;1
modules-left =
modules-left =
modules-center = i3
modules-right =
@ -91,12 +91,13 @@ module-margin-right = 2
font-0 = FiraCode:pixelsize=10;1
font-1 = FontAwesome:pixelsize=10;2
font-2 = "Wuncon Siji:pixelsize=10;1"
font-2 = "Wuncon Siji:pixelsize=10;1"
modules-left = mpd
modules-center = i3
modules-right = filesystem xbacklight volume xkeyboard memory cpu wlan eth battery temperature date
; modules-right = filesystem xbacklight volume memory cpu wlan eth battery temperature date
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
@ -112,25 +113,152 @@ cursor-click = pointer
cursor-scroll = ns-resize
[module/xwindow]
type = internal/xwindow
label = %title:0:30:...%
[bar/edp1]
monitor = ${env:MONITOR:eDP-1}
width = 100%
height = 30
;offset-x = 1%
;offset-y = 1%
radius = 0
fixed-center = false
[module/xkeyboard]
type = internal/xkeyboard
blacklist-0 = num lock
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 0
border-color = #000000
padding-left = 0
padding-right = 1
module-margin-left = 1
module-margin-right = 2
font-0 = FiraCode:pixelsize=15;1
font-1 = FontAwesome:pixelsize=15;2
font-2 = "Wuncon Siji:pixelsize=15;1"
modules-left = i3
modules-center = mpd
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
;wm-restack = i3
;override-redirect = true
;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev
cursor-click = pointer
cursor-scroll = ns-resize
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-prefix-underline = ${colors.secondary}
label-layout = %layout%
label-layout-underline = ${colors.secondary}
[bar/dp2]
monitor = ${env:MONITOR:DP-2}
width = 100%
height = 27
;offset-x = 1%
;offset-y = 1%
radius = 0
fixed-center = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 0
border-color = #000000
padding-left = 0
padding-right = 1
module-margin-left = 1
module-margin-right = 2
font-0 = FiraCode:pixelsize=10;1
font-1 = FontAwesome:pixelsize=10;2
font-2 = "Wuncon Siji:pixelsize=10;1"
modules-left = i3
modules-center = mpd
; modules-right = filesystem xbacklight volume memory cpu wlan eth battery temperature date
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
;wm-restack = i3
;override-redirect = true
;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev
cursor-click = pointer
cursor-scroll = ns-resize
[bar/dp1]
monitor = ${env:MONITOR:DP-1}
width = 100%
height = 27
;offset-x = 1%
;offset-y = 1%
radius = 0
fixed-center = false
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 3
line-color = #f00
border-size = 0
border-color = #000000
padding-left = 0
padding-right = 1
module-margin-left = 1
module-margin-right = 2
font-0 = FiraCode:pixelsize=10;1
font-1 = FontAwesome:pixelsize=10;2
font-2 = "Wuncon Siji:pixelsize=10;1"
modules-left = i3
modules-center = mpd
; modules-right = filesystem xbacklight volume memory cpu wlan eth battery temperature date
modules-right = xbacklight wlan cpu memory temperature battery volume date
tray-position = right
tray-padding = 0
;wm-restack = i3
;override-redirect = true
;scroll-up = i3wm-wsnext
;scroll-down = i3wm-wsprev
cursor-click = pointer
cursor-scroll = ns-resize
[module/xwindow]
type = internal/xwindow
label = %title:0:30:...%
label-indicator-padding = 2
label-indicator-margin = 1
label-indicator-background = ${colors.secondary}
label-indicator-underline = ${colors.secondary}
[module/filesystem]
type = internal/fs
@ -227,7 +355,7 @@ type = internal/cpu
interval = 2
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #f90000
; format-underline = #f90000
label = %percentage:2%%
[module/memory]
@ -235,17 +363,17 @@ type = internal/memory
interval = 2
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #4bffdc
label = %percentage_used%%
; format-underline = #4bffdc
label = %gb_used%
[module/wlan]
type = internal/network
interface = net1
interface = wlp4s0
interval = 3.0
format-connected = <ramp-signal> <label-connected>
format-connected-underline = #9f78e1
label-connected = %essid%
; format-connected-underline = #9f78e1
label-connected = %essid% - %local_ip%
format-disconnected =
;format-disconnected = <label-disconnected>
@ -288,7 +416,7 @@ time-alt = %H:%M:%S
format-prefix = 
format-prefix-foreground = ${colors.foreground-alt}
format-underline = #0a6cf5
; format-underline = #0a6cf5
label = %date% %time%
@ -350,16 +478,17 @@ animation-charging-framerate = 750
[module/temperature]
type = internal/temperature
thermal-zone = 0
warn-temperature = 60
warn-temperature = 80
format = <ramp> <label>
format-underline = #f50a4d
; format-underline = #f50a4d
format-warn = <ramp> <label-warn>
format-warn-underline = ${self.format-underline}
; format-warn-underline = ${self.format-underline}
label = %temperature%
label-warn = %temperature%
label-warn-foreground = ${colors.secondary}
label-warn-foreground = #ffffff
label-warn-background = ${colors.secondary}
ramp-0 = 
ramp-1 = 


Loading…
Cancel
Save