mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-06 20:53:36 -08:00
updates
This commit is contained in:
@@ -9,7 +9,8 @@ label-background = ${color.shade4}
|
||||
# blue
|
||||
# label-foreground = #56a7b5
|
||||
# orange
|
||||
label-foreground = #e5c07b
|
||||
# label-foreground = #e5c07b
|
||||
label-foreground = #d19a66
|
||||
# time = %r
|
||||
# time = %l:%M:%S %p
|
||||
time = %l:%M %p
|
||||
|
||||
@@ -4,6 +4,6 @@ type = custom/script
|
||||
interval = 100
|
||||
label-font = 4
|
||||
# format-foreground = #fc8353
|
||||
format-foreground = #c578dd
|
||||
format-foreground = #c678dd
|
||||
format-padding = 1
|
||||
exec = python ~/SudacodeRice/scripts/date.py
|
||||
|
||||
@@ -4,7 +4,7 @@ type = custom/text
|
||||
content =
|
||||
# alt icons =
|
||||
content-padding = 3
|
||||
content-background = ${color.shade3}
|
||||
content-background = ${color.shade4}
|
||||
content-foreground = #2878af
|
||||
click-right = $HOME/SudacodeRice/scripts/menu_full
|
||||
click-left = $HOME/SudacodeRice/scripts/menu_small
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
type = custom/text
|
||||
content =
|
||||
content-padding = 4
|
||||
content-background = ${color.shade3}
|
||||
content-foreground = #D85458
|
||||
content-background = ${color.shade4}
|
||||
# content-foreground = #D85458
|
||||
content-foreground = #e06c75
|
||||
click-left = ~/SudacodeRice/scripts/powermenu
|
||||
click-right = ~/SudacodeRice/scripts/powermenu
|
||||
|
||||
@@ -9,11 +9,13 @@ format-volume = <ramp-volume> <label-volume>
|
||||
format-volume-padding = 1
|
||||
# format-volume-foreground = #56a7b5
|
||||
# format-volume-foreground = #c578dd
|
||||
format-volume-foreground = #a8d385
|
||||
# format-volume-foreground = #a8d385
|
||||
format-volume-foreground = #98c379
|
||||
label-volume = %percentage%%
|
||||
label-muted = "婢"
|
||||
label-muted-padding = 1
|
||||
label-muted-foreground = #F85522
|
||||
# label-muted-foreground = #F85522
|
||||
label-muted-foreground = #e06c75
|
||||
|
||||
ramp-volume-0 = 奄
|
||||
ramp-volume-1 = 奄
|
||||
|
||||
@@ -20,7 +20,11 @@ label-active-underline = #99b679
|
||||
label-urgent-padding = 1
|
||||
label-occupied-padding = 1
|
||||
|
||||
label-empty-foreground = #55aebb
|
||||
label-active-foreground = #99b679
|
||||
# label-empty-foreground = #55aebb
|
||||
# label-active-foreground = #99b679
|
||||
# label-occupied-foreground = #55aebb
|
||||
|
||||
label-empty-foreground = #61afef
|
||||
label-active-foreground = #98c379
|
||||
label-occupied-foreground = #61afef
|
||||
label-urgent-foreground = ${color.urgent}
|
||||
label-occupied-foreground = #55aebb
|
||||
|
||||
Reference in New Issue
Block a user