New rice! Yay~

This commit is contained in:
Ferit Yiğit BALABAN 2022-07-16 01:40:30 +03:00
parent c701566490
commit 3fb64b18b0

View File

@ -28,8 +28,8 @@ def main():
width = 100% width = 100%
height = 2.5% height = 2.5%
radius = 0 radius = 0
font-0 = "JetBrainsMono Nerd Font;2" font-0 = "JetBrainsMono Nerd Font:pixelsize=13;2"
font-1 = "IPAGothic" font-1 = "IPAGothic:pixelsize=13;2"
background = ${{colors.background}} background = ${{colors.background}}
foreground = ${{colors.foreground}} foreground = ${{colors.foreground}}
@ -44,17 +44,27 @@ def main():
separator = | separator = |
separator-foreground = ${{colors.disabled}} separator-foreground = ${{colors.disabled}}
modules-left = xworkspaces modules-left = xworkspaces music
modules-center = arch xwindow modules-center = arch xwindow
modules-right = aud bat mem cpu temp wlan eth date modules-right = aud bat mem cpu temp wlan eth date
cursor-click = pointer cursor-click = pointer
enable-ipc = true enable-ipc = true
;[module/music] [module/music]
;type = custom/script type = custom/script
;exec = /home/ferit/scripts/nowplaying.sh exec = /home/ferit/scripts/nowplaying.sh
;tail = true tail = true
;interval = 2 interval = 2
click-left = playerctl play-pause
click-right = playerctl stop
double-click-left = playerctl next
double-click-right = playerctl previous
scroll-up = playerctl position 5+
scroll-down = playerctl position 5-
format-prefix = ""
format-prefix-foreground = {primary_color}
format = <label>
[module/arch] [module/arch]
type = custom/text type = custom/text
@ -82,7 +92,7 @@ def main():
[module/xwindow] [module/xwindow]
type = internal/xwindow type = internal/xwindow
label = %title:0:31:...% label = %title:0:30:%
[module/aud] [module/aud]
type = internal/pulseaudio type = internal/pulseaudio
@ -98,7 +108,7 @@ def main():
full-at = 100 full-at = 100
battery = BAT0 battery = BAT0
adapter = ADP0 adapter = ADP0
poll-interval = 5 poll-interval = 60
ramp-capacity-0 = ramp-capacity-0 =
ramp-capacity-1 = ramp-capacity-1 =
@ -121,7 +131,8 @@ def main():
format-charging = %{prc_fwrappers}<animation-charging>%{{F-}} <label-charging> format-charging = %{prc_fwrappers}<animation-charging>%{{F-}} <label-charging>
format-discharging = %{prc_fwrappers}<ramp-capacity>%{{F-}} <label-discharging> format-discharging = %{prc_fwrappers}<ramp-capacity>%{{F-}} <label-discharging>
format-full = %{prc_fwrappers}%{{F-}} <label-full> format-full = %{prc_fwrappers}%{{F-}}
;format-full = %{prc_fwrappers}%{{F-}} <label-full>
label-full = %percentage%% label-full = %percentage%%
label-charging = %percentage%% label-charging = %percentage%%
label-discharging = %percentage%% label-discharging = %percentage%%
@ -156,7 +167,7 @@ def main():
label-connected = %essid% label-connected = %essid%
label-disconnected = label-disconnected =
format-connected = %{prc_fwrappers}%{{F-}} <label-connected> format-connected = %{prc_fwrappers}%{{F-}} <label-connected>
format-disconnected = %{prc_fwrappers}%{{F-}} <label-disconnected> ;format-disconnected = %{prc_fwrappers}%{{F-}} <label-disconnected>
[module/eth] [module/eth]
type = internal/network type = internal/network