mirror of
https://github.com/ksyasuda/rice.git
synced 2024-11-22 03:19:58 -08:00
add flameshot and colorpicker app icons
This commit is contained in:
parent
389c4c5592
commit
fa52dfe48d
@ -144,7 +144,7 @@ font-3 = "Material Icons:size=10;3"
|
|||||||
; modules-center = xwindow xbacklight
|
; modules-center = xwindow xbacklight
|
||||||
; modules-right = ipc clock
|
; modules-right = ipc clock
|
||||||
|
|
||||||
modules-left = sep launcher sep workspaces sep cust-mpd-icon cust-mpd-prev custom-mpd cust-mpd-next
|
modules-left = sep launcher sep workspaces sep flameshot color-picker sep cust-mpd-icon cust-mpd-prev custom-mpd cust-mpd-next
|
||||||
modules-center = title
|
modules-center = title
|
||||||
; modules-right = color-switch sep alsa sep battery sep network sep date sep sysmenu sep
|
; modules-right = color-switch sep alsa sep battery sep network sep date sep sysmenu sep
|
||||||
; modules-right = package-updates-trigger package-updates bluetooth sep pulseaudio sep network-wlan sep weather sep date sep sysmenu sep
|
; modules-right = package-updates-trigger package-updates bluetooth sep pulseaudio sep network-wlan sep weather sep date sep sysmenu sep
|
||||||
|
@ -341,4 +341,27 @@ format-padding = 1
|
|||||||
format-prefix-padding = 1
|
format-prefix-padding = 1
|
||||||
format-overline = ${color.background}
|
format-overline = ${color.background}
|
||||||
format-underline = ${color.background}
|
format-underline = ${color.background}
|
||||||
|
|
||||||
|
[module/flameshot]
|
||||||
|
inherit = module/apps
|
||||||
|
content =
|
||||||
|
content-padding = 1
|
||||||
|
content-foreground = #fc8353
|
||||||
|
click-left = flameshot gui
|
||||||
|
click-right = flameshot config
|
||||||
|
content-background = ${color.background-alt}
|
||||||
|
content-prefix-padding = 1
|
||||||
|
content-overline = ${color.background}
|
||||||
|
content-underline = ${color.background}
|
||||||
|
|
||||||
|
[module/color-picker]
|
||||||
|
inherit = module/apps
|
||||||
|
content =
|
||||||
|
content-padding = 1
|
||||||
|
content-foreground = #ecbe7b
|
||||||
|
click-left = kcolorchooser
|
||||||
|
content-background = ${color.background-alt}
|
||||||
|
content-prefix-padding = 1
|
||||||
|
content-overline = ${color.background}
|
||||||
|
content-underline = ${color.background}
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
Loading…
Reference in New Issue
Block a user