This commit is contained in:
Pedro Araujo 2020-04-17 00:36:50 -03:00
parent 909655f2b6
commit 87a786b7ad
12 changed files with 30 additions and 13 deletions

5
config
View file

@ -34,15 +34,12 @@ fixed-center = true
background = ${colors.semi-trans}
foreground = ${colors.fg}
module-margin-right = 1
font-0 = "SauceCodePro Nerd Font:style=Medium:size=9;2"
font-1 = "FontAwesome:size=10;2"
font-2 = "FontAwesome:size=12;3"
font-3 = "FontAwesome:size=14;3"
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-maxsize = 16

View file

@ -4,7 +4,7 @@ battery = BAT1
adapter = ACAD
full-at = 98
format-charging = <ramp-capacity><label-charging>
format-charging = <animation-charging><label-charging>
format-charging-background = ${colors.label}
format-charging-foreground = ${colors.white}
label-charging = " %percentage%% "
@ -31,7 +31,18 @@ ramp-capacity-1 = %{T2}%{T-}
ramp-capacity-2 = %{T2}%{T-}
ramp-capacity-3 = %{T2}%{T-}
ramp-capacity-4 = %{T2}%{T-}
;ramp-capacity-5 = %{T2}%{T-}
ramp-capacity-5 = %{T2}%{T-}
ramp-capacity-background = ${colors.prefix}
ramp-capacity-foreground = ${colors.white}
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

View file

@ -1,6 +1,7 @@
[module/code]
type = custom/script
click-left = code
click-left = code&
exec = echo %{T3}%{T-}
format-foreground = ${colors.code}
format-padding = 1

View file

@ -1,6 +1,7 @@
[module/filemanager]
type = custom/script
click-left = xdg-open ~/
click-left = xdg-open ~/&
exec = echo %{T3}%{T-}
format-foreground = ${colors.filemanager}
format-padding = 1

View file

@ -1,5 +1,6 @@
[module/firefox]
type = custom/script
click-left = firefox --browser&
click-middle = killall firefox&
click-right = firefox --private-window&

View file

@ -1,5 +1,6 @@
[module/google-chrome]
type = custom/script
click-left = google-chrome --new-window&
click-middle = killall chrome&
click-right = google-chrome --incognito&

View file

@ -1,5 +1,6 @@
[module/launcher]
type = custom/script
click-left = rofi -show drun
click-right = rofi -show run
exec = echo %{T3}%{T-}

View file

@ -1,5 +1,6 @@
[module/lockscreen]
type = custom/script
click-left = i3lock -n -c 03101C -e -f
exec = echo %{T3}%{T-}
format-foreground = ${colors.white}

View file

@ -1,5 +1,6 @@
[module/session]
type = custom/script
click-left = obsession-logout -p ""
exec = echo %{T2}%{T-}
format-background = ${colors.prefix}

View file

@ -1,5 +1,6 @@
[module/steam]
type = custom/script
click-left = steam&
click-middle = killall steam&
exec = echo %{T3}%{T-}

View file

@ -1,5 +1,6 @@
[module/terminal]
type = custom/script
click-left = x-terminal-emulator
exec = echo %{T3}%{T-}
format-foreground = ${colors.terminal}