updated
This commit is contained in:
parent
909655f2b6
commit
87a786b7ad
12 changed files with 30 additions and 13 deletions
5
config
5
config
|
@ -34,15 +34,12 @@ fixed-center = true
|
||||||
background = ${colors.semi-trans}
|
background = ${colors.semi-trans}
|
||||||
foreground = ${colors.fg}
|
foreground = ${colors.fg}
|
||||||
|
|
||||||
module-margin-right = 1
|
|
||||||
|
|
||||||
font-0 = "SauceCodePro Nerd Font:style=Medium:size=9;2"
|
font-0 = "SauceCodePro Nerd Font:style=Medium:size=9;2"
|
||||||
font-1 = "FontAwesome:size=10;2"
|
font-1 = "FontAwesome:size=10;2"
|
||||||
font-2 = "FontAwesome:size=12;3"
|
font-2 = "FontAwesome:size=12;3"
|
||||||
font-3 = "FontAwesome:size=14;3"
|
|
||||||
|
|
||||||
modules-left = launcher window filemanager google-chrome firefox steam code i3
|
modules-left = launcher window filemanager google-chrome firefox steam code i3
|
||||||
modules-right = memory cpu xbacklight pulseaudio wlan battery temperature date session
|
modules-right = separator memory cpu xbacklight pulseaudio wlan battery temperature date session
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-maxsize = 16
|
tray-maxsize = 16
|
||||||
|
|
|
@ -4,7 +4,7 @@ battery = BAT1
|
||||||
adapter = ACAD
|
adapter = ACAD
|
||||||
full-at = 98
|
full-at = 98
|
||||||
|
|
||||||
format-charging = <ramp-capacity><label-charging>
|
format-charging = <animation-charging><label-charging>
|
||||||
format-charging-background = ${colors.label}
|
format-charging-background = ${colors.label}
|
||||||
format-charging-foreground = ${colors.white}
|
format-charging-foreground = ${colors.white}
|
||||||
label-charging = " %percentage%% "
|
label-charging = " %percentage%% "
|
||||||
|
@ -31,7 +31,18 @@ ramp-capacity-1 = %{T2}%{T-}
|
||||||
ramp-capacity-2 = %{T2}%{T-}
|
ramp-capacity-2 = %{T2}%{T-}
|
||||||
ramp-capacity-3 = %{T2}%{T-}
|
ramp-capacity-3 = %{T2}%{T-}
|
||||||
ramp-capacity-4 = %{T2}%{T-}
|
ramp-capacity-4 = %{T2}%{T-}
|
||||||
;ramp-capacity-5 = %{T2}%{T-}
|
ramp-capacity-5 = %{T2}%{T-}
|
||||||
ramp-capacity-background = ${colors.prefix}
|
ramp-capacity-background = ${colors.prefix}
|
||||||
ramp-capacity-foreground = ${colors.white}
|
ramp-capacity-foreground = ${colors.white}
|
||||||
ramp-capacity-padding = 1
|
ramp-capacity-padding = 1
|
||||||
|
|
||||||
|
animation-charging-0 = %{T2}%{T-}
|
||||||
|
animation-charging-1 = %{T2}%{T-}
|
||||||
|
animation-charging-2 = %{T2}%{T-}
|
||||||
|
animation-charging-3 = %{T2}%{T-}
|
||||||
|
animation-charging-4 = %{T2}%{T-}
|
||||||
|
animation-charging-5 = %{T2}%{T-}
|
||||||
|
animation-charging-background = ${colors.prefix}
|
||||||
|
animation-charging-foreground = ${colors.white}
|
||||||
|
animation-charging-framerate = 900
|
||||||
|
animation-charging-padding = 1
|
|
@ -1,6 +1,7 @@
|
||||||
[module/code]
|
[module/code]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
click-left = code
|
|
||||||
|
click-left = code&
|
||||||
exec = echo %{T3}%{T-}
|
exec = echo %{T3}%{T-}
|
||||||
format-foreground = ${colors.code}
|
format-foreground = ${colors.code}
|
||||||
format-padding = 1
|
format-padding = 1
|
|
@ -1,6 +1,7 @@
|
||||||
[module/filemanager]
|
[module/filemanager]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
click-left = xdg-open ~/
|
|
||||||
|
click-left = xdg-open ~/&
|
||||||
exec = echo %{T3}%{T-}
|
exec = echo %{T3}%{T-}
|
||||||
format-foreground = ${colors.filemanager}
|
format-foreground = ${colors.filemanager}
|
||||||
format-padding = 1
|
format-padding = 1
|
|
@ -1,5 +1,6 @@
|
||||||
[module/firefox]
|
[module/firefox]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
click-left = firefox --browser&
|
click-left = firefox --browser&
|
||||||
click-middle = killall firefox&
|
click-middle = killall firefox&
|
||||||
click-right = firefox --private-window&
|
click-right = firefox --private-window&
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[module/google-chrome]
|
[module/google-chrome]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
click-left = google-chrome --new-window&
|
click-left = google-chrome --new-window&
|
||||||
click-middle = killall chrome&
|
click-middle = killall chrome&
|
||||||
click-right = google-chrome --incognito&
|
click-right = google-chrome --incognito&
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[module/launcher]
|
[module/launcher]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
click-left = rofi -show drun
|
click-left = rofi -show drun
|
||||||
click-right = rofi -show run
|
click-right = rofi -show run
|
||||||
exec = echo %{T3}%{T-}
|
exec = echo %{T3}%{T-}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[module/lockscreen]
|
[module/lockscreen]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
click-left = i3lock -n -c 03101C -e -f
|
click-left = i3lock -n -c 03101C -e -f
|
||||||
exec = echo %{T3}%{T-}
|
exec = echo %{T3}%{T-}
|
||||||
format-foreground = ${colors.white}
|
format-foreground = ${colors.white}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[module/session]
|
[module/session]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
click-left = obsession-logout -p ""
|
click-left = obsession-logout -p ""
|
||||||
exec = echo %{T2}%{T-}
|
exec = echo %{T2}%{T-}
|
||||||
format-background = ${colors.prefix}
|
format-background = ${colors.prefix}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[module/steam]
|
[module/steam]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
click-left = steam&
|
click-left = steam&
|
||||||
click-middle = killall steam&
|
click-middle = killall steam&
|
||||||
exec = echo %{T3}%{T-}
|
exec = echo %{T3}%{T-}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[module/terminal]
|
[module/terminal]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
||||||
click-left = x-terminal-emulator
|
click-left = x-terminal-emulator
|
||||||
exec = echo %{T3}%{T-}
|
exec = echo %{T3}%{T-}
|
||||||
format-foreground = ${colors.terminal}
|
format-foreground = ${colors.terminal}
|
||||||
|
|
Loading…
Reference in a new issue