Solid commit for user upgrade to 2017.10
This commit is contained in:
@ -71,7 +71,7 @@ inherit = bar/master
|
||||
; Use $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor =
|
||||
|
||||
modules-left = config bspwm menu
|
||||
modules-left = bspwm menu
|
||||
modules-center = clock
|
||||
modules-right = pkg memory temperature coreuse network volume
|
||||
|
||||
|
@ -9,12 +9,10 @@
|
||||
type = custom/script
|
||||
exec = echo ""
|
||||
interval = 5
|
||||
|
||||
label = %output%
|
||||
label-padding = 2
|
||||
format = <label>
|
||||
|
||||
click-left = ~/go/bin/gorice dump i3 ~/.gorice/output.yaml.template; ~/bin/config_ui &
|
||||
click-left = gorice dump i3 ~/.gorice/output.yaml.template; config_ui &
|
||||
click-right = termite "--exec=$HOME/go/bin/gorice edit i3/current" &
|
||||
|
||||
|
||||
@ -104,43 +102,53 @@ inline-mode = false
|
||||
enable-click = true
|
||||
enable-scroll = false
|
||||
reverse-scroll = false
|
||||
fuzzy-match = true
|
||||
fuzzy-match = false
|
||||
; ws-icon-[0-9]+ = label;icon
|
||||
; Note that the label needs to correspond with the bspwm workspace name
|
||||
;ws-icon-0 = code;♚
|
||||
;ws-icon-1 = office;♛
|
||||
;ws-icon-2 = graphics;♜
|
||||
;ws-icon-3 = mail;♝
|
||||
;ws-icon-4 = web;♞
|
||||
ws-icon-0 = I;
|
||||
ws-icon-1 = II;
|
||||
ws-icon-2 = III;
|
||||
ws-icon-3 = IV;
|
||||
ws-icon-4 = V;
|
||||
ws-icon-5 = VI;
|
||||
ws-icon-6 = VII;
|
||||
ws-icon-7 = VIII;
|
||||
ws-icon-8 = IX;
|
||||
ws-icon-9 = X;
|
||||
;ws-icon-default = ♟
|
||||
|
||||
format = <label-state> <label-mode>
|
||||
label-monitor = %name%
|
||||
label-dimmed-foreground = #555
|
||||
label-dimmed-underline = ${bar/top.background}
|
||||
label-dimmed-focused-background = #f00
|
||||
label-dimmed-foreground = ${colors.purple}
|
||||
label-dimmed-underline = ${colors.purple}
|
||||
label-dimmed-focused-background = ${colors.purple}
|
||||
label-mode-padding = 1
|
||||
label-focused = %icon% %name%
|
||||
label-focused-foreground = ${colors.blue}
|
||||
label-focused-underline = ${colors.blue}
|
||||
label-focused-padding = 1
|
||||
label-occupied = %icon% %name%
|
||||
label-occupied-underline = ${colors.purple}
|
||||
label-occupied-padding = 1
|
||||
label-urgent = %icon% %name%
|
||||
label-urgent-foreground = ${colors.urgent}
|
||||
label-urgent-underline = ${colors.urgent}
|
||||
label-urgent-padding = 1
|
||||
label-empty = %icon% %name%
|
||||
label-empty-padding = 1
|
||||
|
||||
; The following labels will be used to indicate the layout/mode
|
||||
; for the focused workspace. Requires <label-mode>
|
||||
label-monocle =
|
||||
label-tiled =
|
||||
label-fullscreen =
|
||||
label-floating =
|
||||
label-monocle =
|
||||
label-tiled =
|
||||
label-fullscreen =
|
||||
label-floating =
|
||||
label-pseudotiled = P
|
||||
label-locked =
|
||||
label-locked =
|
||||
label-locked-foreground = ${colors.yellow}
|
||||
label-sticky =
|
||||
label-sticky =
|
||||
label-sticky-foreground = ${colors.purple}
|
||||
label-private =
|
||||
label-private =
|
||||
label-private-foreground = ${colors.urgent}
|
||||
|
||||
|
||||
@ -175,7 +183,8 @@ format = <label>
|
||||
[module/coreuse]
|
||||
type = internal/cpu
|
||||
interval = 1
|
||||
format = "<label><ramp-coreload> "
|
||||
format = <label><ramp-coreload>
|
||||
format-padding = 1
|
||||
label = %{A1:termite --exec=htop & disown:} %percentage%% %{A}
|
||||
ramp-coreload-0 = %{T1}▂%{T-}
|
||||
ramp-coreload-0-foreground = ${colors.foreground}
|
||||
@ -197,6 +206,7 @@ ramp-coreload-5-foreground = ${colors.urgent}
|
||||
type = internal/memory
|
||||
interval = 3
|
||||
format = <label>
|
||||
label-padding = 1
|
||||
label = %{A1:termite --exec=htop & disown:} %percentage_used%%%{A}
|
||||
|
||||
|
||||
@ -218,9 +228,10 @@ tail = true
|
||||
[module/clock]
|
||||
type = internal/date
|
||||
format = <label>
|
||||
lebel-padding = 1
|
||||
interval = 5
|
||||
time = %R
|
||||
label = %{A1:gsimplecal & disown:} %{A3:gsimplecal & disown:} %time% %{A} %{A}
|
||||
label = %{A1:gsimplecal & disown:} %{A3:gsimplecal & disown:} %time%%{A} %{A}
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;
|
||||
@ -233,6 +244,7 @@ thermal-zone = 0
|
||||
warn-temperature = 70
|
||||
|
||||
format = <ramp><label>
|
||||
format-padding = 1
|
||||
label = %{A1:termite --exec='watch sensors' & disown:} %temperature%%{A}
|
||||
|
||||
ramp-0 = ""
|
||||
@ -246,6 +258,7 @@ ramp-3-foreground = ${colors.urgent}
|
||||
|
||||
format-warn = <label-warn>
|
||||
label-warn = " %temperature%"
|
||||
label-warn-padding = 1
|
||||
label-warn-foreground = ${colors.urgent}
|
||||
|
||||
|
||||
@ -257,16 +270,17 @@ type = internal/volume
|
||||
master-mixer = Master
|
||||
label-volume-foreground = ${colors.foreground}
|
||||
label-volume = %{A3:pavucontrol & disown:}%percentage%% %{A}
|
||||
format-volume = <ramp-volume><label-volume>
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
format-volume-padding = 1
|
||||
label-muted = " muted "
|
||||
label-muted-foreground = #888
|
||||
ramp-volume-0 = " "
|
||||
ramp-volume-0 =
|
||||
ramp-volume-0-foreground = ${colors.foreground}
|
||||
ramp-volume-1 = " "
|
||||
ramp-volume-1 =
|
||||
ramp-volume-1-foreground = ${colors.blue}
|
||||
ramp-volume-2 = " "
|
||||
ramp-volume-2 =
|
||||
ramp-volume-2-foreground = ${colors.orange}
|
||||
ramp-volume-3 = " "
|
||||
ramp-volume-3 =
|
||||
ramp-volume-3-foreground = ${colors.urgent}
|
||||
|
||||
|
||||
@ -283,26 +297,25 @@ full-at = 98
|
||||
poll-interval = 5
|
||||
time-format = %H:%M
|
||||
|
||||
format-charging = <animation-charging><label-charging>
|
||||
format-discharging = <ramp-capacity><label-discharging>
|
||||
format-full = <ramp-capacity><label-full>
|
||||
format-padding = 0
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
format-full = <ramp-capacity> <label-full>
|
||||
|
||||
ramp-capacity-0 = " "
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-0-foreground = ${colors.urgent}
|
||||
ramp-capacity-1 = " "
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-1-foreground = #ffa900
|
||||
ramp-capacity-2 = " "
|
||||
ramp-capacity-3 = " "
|
||||
ramp-capacity-4 = " "
|
||||
ramp-capacity-2 =
|
||||
ramp-capacity-3 =
|
||||
ramp-capacity-4 =
|
||||
ramp-capacity-foreground = ${colors.blue}
|
||||
|
||||
bar-capacity-width = 10
|
||||
animation-charging-0 = " "
|
||||
animation-charging-1 = " "
|
||||
animation-charging-2 = " "
|
||||
animation-charging-3 = " "
|
||||
animation-charging-4 = " "
|
||||
animation-charging-0 = " "
|
||||
animation-charging-1 = " "
|
||||
animation-charging-2 = " "
|
||||
animation-charging-3 = " "
|
||||
animation-charging-4 = " "
|
||||
animation-charging-framerate = 750
|
||||
|
||||
|
||||
@ -373,6 +386,7 @@ type = internal/xkeyboard
|
||||
blacklist-0 = num lock
|
||||
blacklist-1 = scroll lock
|
||||
format = <label-layout>
|
||||
format-padding = 1
|
||||
label-layout = %{A1:mintlocale & disown:} %{A3:mintlocale & disown:} %layout%%{A} %{A}
|
||||
|
||||
|
||||
@ -434,13 +448,13 @@ format-offline = <label-offline>
|
||||
label-offline = mpd is off
|
||||
format-online-prefix = " "
|
||||
|
||||
icon-play =
|
||||
icon-pause =
|
||||
icon-stop =
|
||||
icon-prev =
|
||||
icon-next =
|
||||
icon-random =
|
||||
icon-repeat =
|
||||
icon-play =
|
||||
icon-pause =
|
||||
icon-stop =
|
||||
icon-prev =
|
||||
icon-next =
|
||||
icon-random =
|
||||
icon-repeat =
|
||||
|
||||
toggle-on-foreground =
|
||||
toggle-off-foreground = #55
|
||||
|
Reference in New Issue
Block a user