2017-10-16 14:38:02 -05:00
|
|
|
;=====================================================
|
|
|
|
; Modules
|
|
|
|
;=====================================================
|
|
|
|
|
2017-12-01 00:21:33 -06:00
|
|
|
;;;;;;;;;;;;;;;
|
|
|
|
;; Jgmenu ;;
|
|
|
|
;;;;;;;;;;;;;;;
|
|
|
|
[module/jgmenu]
|
|
|
|
type = custom/script
|
|
|
|
label = %output%
|
2017-12-08 07:28:43 -06:00
|
|
|
label-padding = 2
|
2017-12-01 00:21:33 -06:00
|
|
|
interval = 10
|
2017-12-08 07:28:43 -06:00
|
|
|
exec = echo ""
|
2017-12-01 00:21:33 -06:00
|
|
|
click-left = jgmenu_run lx
|
|
|
|
click-right = exo-open $HOME/.config/jgmenu/jgmenurc
|
|
|
|
|
|
|
|
|
2017-10-23 18:35:35 -05:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; GoRice Config UI ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
[module/config]
|
2017-12-01 00:21:33 -06:00
|
|
|
type = custom/script
|
|
|
|
interval = 5
|
|
|
|
label = %output%
|
2017-12-07 22:20:42 -06:00
|
|
|
format-padding = 1
|
2017-12-01 00:21:33 -06:00
|
|
|
format = <label>
|
|
|
|
click-right = termite "--exec=gorice edit i3/current" &
|
|
|
|
click-left = gorice dump i3 ~/.gorice/output.yaml.template; config_ui &
|
2017-12-08 07:28:43 -06:00
|
|
|
exec = echo ""
|
2017-12-01 00:21:33 -06:00
|
|
|
;exec = grep "current" data.json | cut -d '"' -f22 | cut -d . -f1 | cut -d / -f2 | tr '[:lower:]' '[:upper:]'
|
2017-10-23 18:35:35 -05:00
|
|
|
|
|
|
|
|
2017-10-16 14:38:02 -05:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; Openbox Workspaces ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
[module/workspaces]
|
|
|
|
type = internal/xworkspaces
|
2017-12-01 00:21:33 -06:00
|
|
|
pin-workspaces = false
|
2017-12-06 18:19:24 -06:00
|
|
|
enable-click = true
|
|
|
|
enable-scroll = true
|
2017-10-16 14:38:02 -05:00
|
|
|
format-padding = 0
|
|
|
|
icon-0 = 1;
|
|
|
|
icon-1 = 2;
|
|
|
|
icon-2 = 3;
|
|
|
|
icon-3 = 4;
|
|
|
|
icon-4 = 5;
|
|
|
|
icon-5 = 6;
|
|
|
|
icon-6 = 7;
|
|
|
|
icon-7 = 8;
|
|
|
|
icon-8 = 9;
|
|
|
|
icon-9 = 10;
|
|
|
|
icon-default =
|
|
|
|
format = <label-state>
|
2017-12-06 18:19:24 -06:00
|
|
|
label-active = %icon% %name%
|
2017-12-01 00:21:33 -06:00
|
|
|
label-occupied = %icon% %name%
|
2017-12-06 18:19:24 -06:00
|
|
|
label-urgent = %icon% %name%
|
|
|
|
label-empty = %icon% %name%
|
2017-12-08 07:28:43 -06:00
|
|
|
label-occupied-padding = 1
|
|
|
|
label-empty-padding = 1
|
|
|
|
label-urgent-padding = 1
|
|
|
|
label-active-padding = 1
|
|
|
|
label-active-foreground = ${colors.blue}
|
|
|
|
label-active-underline = ${colors.blue}
|
2017-10-16 14:38:02 -05:00
|
|
|
label-occupied-underline = ${colors.blue}
|
2017-12-08 07:28:43 -06:00
|
|
|
label-urgent-foreground = ${colors.urgent}
|
|
|
|
label-urgent-underline = ${colors.urgent}
|
|
|
|
label-empty-foreground = ${colors.foreground}
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; i3 Workspaces ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;
|
2017-12-05 21:50:28 -06:00
|
|
|
[module/i3]
|
2017-12-01 00:21:33 -06:00
|
|
|
type = internal/i3
|
|
|
|
pin-workspaces = true
|
2017-12-06 18:19:24 -06:00
|
|
|
strip-wsnumbers = true
|
2017-12-01 00:21:33 -06:00
|
|
|
index-sort = true
|
|
|
|
enable-click = true
|
|
|
|
fuzzy-match = true
|
2017-10-16 14:38:02 -05:00
|
|
|
ws-icon-default =
|
2017-12-01 00:21:33 -06:00
|
|
|
format = <label-state><label-mode>
|
|
|
|
label-mode = %mode%
|
|
|
|
label-mode-padding = 2
|
2017-12-02 21:56:08 -06:00
|
|
|
label-focused = %index% %name%
|
2017-12-01 00:21:33 -06:00
|
|
|
label-focused-padding = 2
|
2017-12-02 21:56:08 -06:00
|
|
|
label-unfocused = %index% %name%
|
2017-12-01 00:21:33 -06:00
|
|
|
label-unfocused-padding = 2
|
2017-12-02 21:56:08 -06:00
|
|
|
label-visible = %index% %name%
|
2017-12-01 00:21:33 -06:00
|
|
|
label-visible-padding = 2
|
2017-12-02 21:56:08 -06:00
|
|
|
label-urgent = %index% %name%
|
2017-12-01 00:21:33 -06:00
|
|
|
label-urgent-padding = 2
|
|
|
|
label-mode-underline = ${colors.urgent}
|
|
|
|
label-focused-underline = ${colors.trim}
|
|
|
|
label-visible-underline = ${colors.trim}
|
|
|
|
label-urgent-underline = ${colors.urgent}
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
2017-10-23 18:35:35 -05:00
|
|
|
;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;;Bspwm Workspaces;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;
|
|
|
|
[module/bspwm]
|
|
|
|
type = internal/bspwm
|
|
|
|
pin-workspaces = true
|
2017-12-01 00:21:33 -06:00
|
|
|
inline-mode = false
|
|
|
|
enable-click = true
|
|
|
|
enable-scroll = false
|
2017-10-23 18:35:35 -05:00
|
|
|
reverse-scroll = false
|
2017-12-01 00:21:33 -06:00
|
|
|
fuzzy-match = false
|
2017-10-23 18:35:35 -05:00
|
|
|
; ws-icon-[0-9]+ = label;icon
|
|
|
|
; Note that the label needs to correspond with the bspwm workspace name
|
2017-10-28 08:23:58 -05:00
|
|
|
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;
|
2017-10-23 18:35:35 -05:00
|
|
|
;ws-icon-default = ♟
|
|
|
|
|
2017-12-06 18:19:24 -06:00
|
|
|
format = <label-state> <label-mode>
|
|
|
|
label-monitor = %name%
|
|
|
|
label-mode-padding = 1
|
|
|
|
label-focused = %icon% %name%
|
|
|
|
label-focused-padding = 1
|
|
|
|
label-occupied = %icon% %name%
|
|
|
|
label-occupied-padding = 1
|
|
|
|
label-urgent = %icon% %name%
|
|
|
|
label-urgent-padding = 1
|
|
|
|
label-empty = %icon% %name%
|
|
|
|
label-empty-padding = 1
|
2017-12-01 00:21:33 -06:00
|
|
|
label-dimmed-foreground = ${colors.purple}
|
2017-12-06 18:19:24 -06:00
|
|
|
label-dimmed-underline = ${colors.purple}
|
2017-12-01 00:21:33 -06:00
|
|
|
label-dimmed-focused-background = ${colors.purple}
|
|
|
|
label-focused-foreground = ${colors.blue}
|
2017-12-06 18:19:24 -06:00
|
|
|
label-focused-underline = ${colors.blue}
|
2017-12-01 00:21:33 -06:00
|
|
|
label-occupied-underline = ${colors.purple}
|
2017-12-06 18:19:24 -06:00
|
|
|
label-urgent-foreground = ${colors.urgent}
|
|
|
|
label-urgent-underline = ${colors.urgent}
|
2017-10-23 18:35:35 -05:00
|
|
|
|
|
|
|
; The following labels will be used to indicate the layout/mode
|
|
|
|
; for the focused workspace. Requires <label-mode>
|
2017-12-01 00:21:33 -06:00
|
|
|
label-monocle =
|
|
|
|
label-tiled =
|
|
|
|
label-fullscreen =
|
|
|
|
label-floating =
|
2017-10-23 18:35:35 -05:00
|
|
|
label-pseudotiled = P
|
2017-12-01 00:21:33 -06:00
|
|
|
label-locked =
|
|
|
|
label-sticky =
|
|
|
|
label-private =
|
|
|
|
label-sticky-foreground = ${colors.purple}
|
|
|
|
label-locked-foreground = ${colors.yellow}
|
2017-10-23 18:35:35 -05:00
|
|
|
label-private-foreground = ${colors.urgent}
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-10-16 14:38:02 -05:00
|
|
|
;;;;;;;;;;;;;
|
|
|
|
;; Network ;;
|
|
|
|
;;;;;;;;;;;;;
|
|
|
|
[module/network]
|
|
|
|
type = custom/script
|
2017-12-01 00:21:33 -06:00
|
|
|
exec = check-network
|
2017-12-06 18:19:24 -06:00
|
|
|
click-left = networkmanager_dmenu &
|
|
|
|
click-right = networkmanager_dmenu &
|
2017-10-23 18:35:35 -05:00
|
|
|
label-padding = 1
|
2017-12-06 18:19:24 -06:00
|
|
|
tail = true
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; Window Switch ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;
|
|
|
|
[module/window_switch]
|
|
|
|
type = custom/script
|
2017-12-01 00:21:33 -06:00
|
|
|
interval = 5
|
|
|
|
label = %output%
|
|
|
|
click-left = skippy-xd
|
|
|
|
click-right = skippy-xd
|
|
|
|
exec = echo " "
|
|
|
|
format = <label>
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;
|
|
|
|
;; CPU ;;
|
|
|
|
;;;;;;;;;
|
|
|
|
[module/coreuse]
|
|
|
|
type = internal/cpu
|
2017-12-06 18:19:24 -06:00
|
|
|
interval = 1
|
|
|
|
format-padding = 1
|
|
|
|
format = <label><ramp-coreload>
|
|
|
|
label = %{A1:termite --exec=htop & disown:} %percentage%% %{A}
|
2017-12-01 00:21:33 -06:00
|
|
|
ramp-coreload-0 = ▂
|
|
|
|
ramp-coreload-1 = ▃
|
|
|
|
ramp-coreload-2 = ▄
|
|
|
|
ramp-coreload-3 = ▅
|
|
|
|
ramp-coreload-4 = ▆
|
|
|
|
ramp-coreload-5 = ▇
|
2017-10-23 18:35:35 -05:00
|
|
|
ramp-coreload-0-foreground = ${colors.foreground}
|
|
|
|
ramp-coreload-1-foreground = ${colors.foreground}
|
|
|
|
ramp-coreload-2-foreground = ${colors.yellow}
|
|
|
|
ramp-coreload-3-foreground = ${colors.yellow}
|
|
|
|
ramp-coreload-4-foreground = ${colors.urgent}
|
|
|
|
ramp-coreload-5-foreground = ${colors.urgent}
|
2017-10-16 14:38:02 -05:00
|
|
|
|
2017-12-02 21:56:08 -06:00
|
|
|
|
2017-10-16 14:38:02 -05:00
|
|
|
;;;;;;;;;
|
|
|
|
;; MEM ;;
|
|
|
|
;;;;;;;;;
|
|
|
|
[module/memory]
|
2017-12-08 07:28:43 -06:00
|
|
|
type = internal/memory
|
|
|
|
interval = 3
|
|
|
|
format = <label>
|
2017-10-28 08:23:58 -05:00
|
|
|
label-padding = 1
|
2017-12-08 07:28:43 -06:00
|
|
|
label = %{A1:termite --exec=htop & disown:} %percentage_used%%%{A}
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;
|
|
|
|
;; PKG ;;
|
|
|
|
;;;;;;;;;
|
|
|
|
[module/pkg]
|
2017-12-08 07:28:43 -06:00
|
|
|
type = custom/script
|
|
|
|
exec = check-updates
|
2017-10-16 14:38:02 -05:00
|
|
|
exec-if = "ping -q -w 2 -c 1 176.34.135.167 > /dev/null"
|
2017-12-06 18:19:24 -06:00
|
|
|
label = %{A1:termite --exec=pacli & disown:} %{A3:termite --exec=pacli & disown:}%output%%{A} %{A}
|
|
|
|
tail = true
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;
|
|
|
|
;; Clock ;;
|
|
|
|
;;;;;;;;;;;
|
|
|
|
[module/clock]
|
2017-12-06 18:19:24 -06:00
|
|
|
type = internal/date
|
|
|
|
format = <label>
|
2017-10-28 08:23:58 -05:00
|
|
|
lebel-padding = 1
|
2017-12-06 18:19:24 -06:00
|
|
|
interval = 5
|
|
|
|
time = %R
|
2017-10-28 08:23:58 -05:00
|
|
|
label = %{A1:gsimplecal & disown:} %{A3:gsimplecal & disown:} %time%%{A} %{A}
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;
|
|
|
|
;; TEMPERATURE ;;
|
|
|
|
;;;;;;;;;;;;;;;;;
|
|
|
|
[module/temperature]
|
|
|
|
type = internal/temperature
|
2017-12-06 18:19:24 -06:00
|
|
|
interval = 3
|
|
|
|
thermal-zone = 0
|
2017-10-16 14:38:02 -05:00
|
|
|
warn-temperature = 70
|
2017-12-06 18:19:24 -06:00
|
|
|
format = <ramp><label>
|
|
|
|
format-padding = 1
|
2017-10-23 18:35:35 -05:00
|
|
|
label = %{A1:termite --exec='watch sensors' & disown:} %temperature%%{A}
|
2017-10-16 14:38:02 -05:00
|
|
|
ramp-0 = ""
|
|
|
|
ramp-1 = ""
|
|
|
|
ramp-2 = ""
|
|
|
|
ramp-3 = ""
|
2017-12-06 18:19:24 -06:00
|
|
|
ramp-0-foreground = ${colors.blue}
|
|
|
|
ramp-1-foreground = ${colors.pink}
|
|
|
|
ramp-2-foreground = ${colors.purple}
|
|
|
|
ramp-3-foreground = ${colors.urgent}
|
|
|
|
format-warn = <label-warn>
|
|
|
|
label-warn = " %temperature%"
|
2017-10-28 08:23:58 -05:00
|
|
|
label-warn-padding = 1
|
2017-10-16 14:38:02 -05:00
|
|
|
label-warn-foreground = ${colors.urgent}
|
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;
|
|
|
|
;; Volume ;;
|
|
|
|
;;;;;;;;;;;;
|
|
|
|
[module/volume]
|
|
|
|
type = internal/volume
|
|
|
|
master-mixer = Master
|
2017-12-06 18:19:24 -06:00
|
|
|
format-volume-padding = 1
|
2017-10-16 14:38:02 -05:00
|
|
|
label-volume-foreground = ${colors.foreground}
|
2017-12-06 18:19:24 -06:00
|
|
|
label-volume = %{A3:pavucontrol & disown:}%percentage%% %{A}
|
2017-10-28 08:23:58 -05:00
|
|
|
format-volume = <ramp-volume> <label-volume>
|
2017-12-06 18:19:24 -06:00
|
|
|
label-muted = " muted "
|
2017-10-28 08:23:58 -05:00
|
|
|
ramp-volume-0 =
|
|
|
|
ramp-volume-1 =
|
|
|
|
ramp-volume-2 =
|
|
|
|
ramp-volume-3 =
|
2017-12-06 18:19:24 -06:00
|
|
|
label-muted-foreground = #888
|
|
|
|
ramp-volume-0-foreground = ${colors.foreground}
|
|
|
|
ramp-volume-1-foreground = ${colors.blue}
|
|
|
|
ramp-volume-2-foreground = ${colors.orange}
|
2017-10-16 14:38:02 -05:00
|
|
|
ramp-volume-3-foreground = ${colors.urgent}
|
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;
|
|
|
|
;; BATTERY ;;
|
|
|
|
;;;;;;;;;;;;;
|
|
|
|
[module/battery]
|
|
|
|
type = internal/battery
|
|
|
|
; Use $ ls -1 /sys/class/power_supply/
|
|
|
|
battery = BAT1
|
|
|
|
adapter = AC
|
|
|
|
full-at = 98
|
|
|
|
poll-interval = 5
|
|
|
|
time-format = %H:%M
|
|
|
|
|
2017-12-06 18:19:24 -06:00
|
|
|
format-charging = <animation-charging> <label-charging>
|
2017-10-28 08:23:58 -05:00
|
|
|
format-discharging = <ramp-capacity> <label-discharging>
|
2017-12-06 18:19:24 -06:00
|
|
|
format-full = <ramp-capacity> <label-full>
|
2017-10-16 14:38:02 -05:00
|
|
|
|
2017-10-28 08:23:58 -05:00
|
|
|
ramp-capacity-0 =
|
|
|
|
ramp-capacity-1 =
|
|
|
|
ramp-capacity-2 =
|
|
|
|
ramp-capacity-3 =
|
|
|
|
ramp-capacity-4 =
|
2017-12-06 18:19:24 -06:00
|
|
|
ramp-capacity-0-foreground = ${colors.urgent}
|
|
|
|
ramp-capacity-1-foreground = #ffa900
|
|
|
|
ramp-capacity-foreground = ${colors.blue}
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
bar-capacity-width = 10
|
2017-10-28 08:23:58 -05:00
|
|
|
animation-charging-0 = " "
|
|
|
|
animation-charging-1 = " "
|
|
|
|
animation-charging-2 = " "
|
|
|
|
animation-charging-3 = " "
|
|
|
|
animation-charging-4 = " "
|
2017-10-16 14:38:02 -05:00
|
|
|
animation-charging-framerate = 750
|
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;
|
|
|
|
;; MENU ;;
|
|
|
|
;;;;;;;;;;
|
|
|
|
[module/menu]
|
2017-12-06 18:19:24 -06:00
|
|
|
type = custom/menu
|
2017-10-16 14:38:02 -05:00
|
|
|
format-spacing = 1
|
2017-12-06 18:19:24 -06:00
|
|
|
label-open = " "
|
|
|
|
label-close = " "
|
|
|
|
label-close-foreground = ${colors.urgent}
|
2017-10-16 14:38:02 -05:00
|
|
|
label-separator = " | "
|
|
|
|
# Top level
|
2017-12-06 18:19:24 -06:00
|
|
|
menu-0-0 = " "
|
|
|
|
menu-0-0-exec = menu-open-1
|
|
|
|
menu-0-1 = " "
|
|
|
|
menu-0-1-exec = menu-open-2
|
|
|
|
menu-0-2 = " |"
|
|
|
|
menu-0-2-exec = menu-open-3
|
2017-10-16 14:38:02 -05:00
|
|
|
# 1
|
2017-12-06 18:19:24 -06:00
|
|
|
menu-1-0 = " "
|
|
|
|
menu-1-0-exec = menu-open-0
|
2017-10-16 14:38:02 -05:00
|
|
|
menu-1-0-foreground = ${colors.urgent}
|
2017-12-06 18:19:24 -06:00
|
|
|
menu-1-1 = " "
|
|
|
|
menu-1-1-exec = exo-open --launch WebBrowser
|
|
|
|
menu-1-2 = " "
|
|
|
|
menu-1-2-exec = exo-open --launch TerminalEmulator
|
|
|
|
menu-1-3 = " |"
|
|
|
|
menu-1-3-exec = exo-open --launch FileManager
|
2017-10-16 14:38:02 -05:00
|
|
|
# 2
|
2017-12-06 18:19:24 -06:00
|
|
|
menu-2-0 = " "
|
|
|
|
menu-2-0-exec = menu-open-0
|
2017-10-16 14:38:02 -05:00
|
|
|
menu-2-0-foreground = ${colors.urgent}
|
2017-12-06 18:19:24 -06:00
|
|
|
menu-2-1 = " "
|
|
|
|
menu-2-1-exec = termite --exec=pacli &
|
|
|
|
menu-2-2 = " "
|
|
|
|
menu-2-2-exec = xfce4-settings-manager &
|
|
|
|
menu-2-3 = " |"
|
|
|
|
menu-2-3-exec = pavucontrol &
|
2017-10-16 14:38:02 -05:00
|
|
|
# 3
|
2017-12-06 18:19:24 -06:00
|
|
|
menu-3-0 = " "
|
|
|
|
menu-3-0-exec = menu-open-0
|
2017-10-16 14:38:02 -05:00
|
|
|
menu-3-0-foreground = ${colors.urgent}
|
2017-12-06 18:19:24 -06:00
|
|
|
menu-3-1 = " "
|
|
|
|
menu-3-1-exec = i3lock-fancy -p -f Ubuntu &
|
|
|
|
menu-3-2 = " "
|
|
|
|
menu-3-2-exec = systemctl reboot
|
|
|
|
menu-3-3 = " |"
|
|
|
|
menu-3-3-exec = systemctl poweroff
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
2017-12-08 00:18:59 -06:00
|
|
|
;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;; Compton Toggle ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;
|
|
|
|
[module/compton_toggle]
|
|
|
|
type = custom/script
|
|
|
|
tail = true
|
|
|
|
label = %output%
|
2017-12-17 12:06:39 -06:00
|
|
|
click-left = toggle-compton --toggle &
|
2017-12-08 00:18:59 -06:00
|
|
|
exec = toggle-compton
|
|
|
|
format = <label>
|
|
|
|
|
|
|
|
|
2017-10-16 14:38:02 -05:00
|
|
|
;;;;;;;;;;;;;;;
|
|
|
|
;; KEYBOARD ;;
|
|
|
|
;;;;;;;;;;;;;;;
|
|
|
|
[module/keyboard]
|
2017-12-06 18:19:24 -06:00
|
|
|
type = internal/xkeyboard
|
|
|
|
blacklist-0 = num lock
|
|
|
|
blacklist-1 = scroll lock
|
|
|
|
format = <label-layout>
|
2017-10-28 08:23:58 -05:00
|
|
|
format-padding = 1
|
2017-12-06 18:19:24 -06:00
|
|
|
label-layout = %{A1:mintlocale & disown:} %{A3:mintlocale & disown:} %layout%%{A} %{A}
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;
|
|
|
|
;; ETHERNET ;;
|
|
|
|
;;;;;;;;;;;;;;
|
|
|
|
[module/wired-network]
|
2017-12-06 18:19:24 -06:00
|
|
|
type = internal/network
|
|
|
|
interface =
|
|
|
|
format-connected = <label-connected>
|
2017-10-16 14:38:02 -05:00
|
|
|
format-disconnected = <label-disconnected>
|
2017-12-06 18:19:24 -06:00
|
|
|
label-connected = %local_ip%
|
|
|
|
format-connected-foreground = ${colors.purple}
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;
|
|
|
|
;; REDSHIFT ;;
|
|
|
|
;;;;;;;;;;;;;;
|
|
|
|
[module/redshift]
|
2017-12-06 18:19:24 -06:00
|
|
|
type = custom/script
|
2017-12-08 00:18:59 -06:00
|
|
|
tail = true
|
2017-12-06 18:19:24 -06:00
|
|
|
exec = toggle-redshift
|
|
|
|
label = %output%
|
2017-12-17 12:06:39 -06:00
|
|
|
click-left = toggle-redshift --toggle &
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;
|
|
|
|
;; FILESYSTEM ;;
|
|
|
|
;;;;;;;;;;;;;;;;
|
|
|
|
[module/filesystem]
|
2017-12-06 18:19:24 -06:00
|
|
|
type = internal/fs
|
2017-10-16 14:38:02 -05:00
|
|
|
format-mounted = <label-mounted>
|
2017-12-06 18:19:24 -06:00
|
|
|
label-mounted = %mountpoint% : %percentage_free%%
|
|
|
|
mount-0 = /
|
|
|
|
interval = 1200
|
|
|
|
fixed-values = false
|
|
|
|
spacing = 2
|
2017-10-16 14:38:02 -05:00
|
|
|
label-mounted-foreground = ${colors.yellow}
|
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;
|
|
|
|
;; MPD ;;
|
|
|
|
;;;;;;;;;
|
|
|
|
[module/mpd]
|
|
|
|
type = internal/mpd
|
2017-12-06 18:19:24 -06:00
|
|
|
format-online = <bar-progress> <icon-prev> <icon-stop> <toggle> <icon-next> <label-song>
|
|
|
|
format-offline = <label-offline>
|
|
|
|
bar-progress-format = %{+o +u}%fill%%{-o -u}%indicator%%{+o +u}%empty%%{-u -o}
|
|
|
|
label-offline = mpd is off
|
2017-10-16 14:38:02 -05:00
|
|
|
format-online-prefix = " "
|
2017-12-06 18:19:24 -06:00
|
|
|
icon-play =
|
|
|
|
icon-pause =
|
|
|
|
icon-stop =
|
|
|
|
icon-prev =
|
|
|
|
icon-next =
|
2017-10-28 08:23:58 -05:00
|
|
|
icon-random =
|
|
|
|
icon-repeat =
|
2017-12-06 18:19:24 -06:00
|
|
|
toggle-on-foreground =
|
|
|
|
toggle-off-foreground = #55
|
|
|
|
bar-progress-width = 35
|
2017-10-16 14:38:02 -05:00
|
|
|
bar-progress-indicator = █
|
2017-12-06 18:19:24 -06:00
|
|
|
bar-progress-fill = █
|
|
|
|
bar-progress-empty = ▒
|
|
|
|
bar-progress-empty-font = 2
|
|
|
|
bar-progress-indicator-font = 2
|
|
|
|
bar-progress-fill-font = 2
|
|
|
|
bar-progress-fill-foreground = #bb
|
2017-10-16 14:38:02 -05:00
|
|
|
bar-progress-empty-foreground = #44
|
2017-12-06 18:19:24 -06:00
|
|
|
bar-progress-indicator-foreground = #A85659
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;
|
|
|
|
;; WIFI ;;
|
|
|
|
;;;;;;;;;;
|
|
|
|
[module/wireless-network]
|
|
|
|
type = internal/network
|
|
|
|
interface =
|
|
|
|
|
2017-12-06 18:19:24 -06:00
|
|
|
format-connected = <ramp-signal> <label-connected>
|
2017-10-16 14:38:02 -05:00
|
|
|
format-packetloss = <animation-packetloss>
|
2017-12-06 18:19:24 -06:00
|
|
|
label-connected = " %local_ip% "
|
2017-10-16 14:38:02 -05:00
|
|
|
ramp-signal-0 =
|
|
|
|
ramp-signal-1 =
|
|
|
|
ramp-signal-2 =
|
|
|
|
ramp-signal-3 =
|
|
|
|
ramp-signal-4 =
|
|
|
|
ramp-signal-5 =
|
2017-12-06 18:19:24 -06:00
|
|
|
ramp-signal-0-foreground = #F03051
|
|
|
|
ramp-signal-1-foreground = #F07127
|
|
|
|
ramp-signal-2-foreground = #F9CE56
|
|
|
|
ramp-signal-3-foreground = ${colors.purple}
|
|
|
|
ramp-signal-4-foreground = ${colors.purple}
|
2017-10-16 14:38:02 -05:00
|
|
|
ramp-signal-5-foreground = ${colors.purple}
|
|
|
|
animation-packetloss-0 = ⚠
|
|
|
|
animation-packetloss-1 = 📶
|
2017-12-06 18:19:24 -06:00
|
|
|
animation-packetloss-0-foreground = #ffa64c
|
2017-10-16 14:38:02 -05:00
|
|
|
animation-packetloss-1-foreground = #000000
|
2017-12-06 18:19:24 -06:00
|
|
|
animation-packetloss-framerate = 500
|
2017-10-16 14:38:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;
|
|
|
|
;; VOLUME BAR ;;
|
|
|
|
;;;;;;;;;;;;;;;;
|
|
|
|
[module/volume-bar]
|
|
|
|
type = internal/volume
|
2017-12-06 18:19:24 -06:00
|
|
|
bar-volume-font = 2
|
|
|
|
bar-volume-width = 20
|
|
|
|
format-volume = <label-volume><bar-volume>
|
|
|
|
label-volume = " "
|
|
|
|
label-muted = " mute"
|
2017-10-16 14:38:02 -05:00
|
|
|
label-volume-foreground = #B6C2E7
|
|
|
|
format-muted-foreground = #E76BB4
|
|
|
|
bar-volume-foreground-0 = #92A3F7
|
|
|
|
bar-volume-foreground-1 = #92A3F7
|
|
|
|
bar-volume-foreground-2 = #6BB3E7
|
|
|
|
bar-volume-foreground-3 = #6BB3E7
|
|
|
|
bar-volume-foreground-4 = #6BB3E7
|
|
|
|
bar-volume-foreground-5 = #6BE7D8
|
|
|
|
bar-volume-foreground-6 = #6BE7D8
|
2017-12-06 18:19:24 -06:00
|
|
|
bar-volume-gradient = true
|
|
|
|
bar-volume-indicator = |
|
|
|
|
bar-volume-fill = •
|
|
|
|
bar-volume-empty = ·
|
2017-10-16 14:38:02 -05:00
|
|
|
bar-volume-empty-foreground = #666666
|