Drop shadow of image and icons only #4169
Unanswered
benlavender
asked this question in
Q&A
Replies: 1 comment
-
|
You mean like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my
style.css:Config:
{ "position": "bottom", "height": 32, "modules-left": [ "custom/arch-start" ], "modules-right": [ "bluetooth", "network", "pulseaudio", "clock" ], "spacing": 8, "clock": { "format": "{:%H:%M} " }, "network": { "format-ethernet": "\udb81\udef3", "format-wifi": "\uf1eb", "format-linked": "\udb81\udef5", "format-disconnected": "\udb83\udc9b", "tooltip-format-wifi": "{ifname} / {ipaddr}/{cidr} => {essid}", "tooltip-format-ethernet": "{ifname} / {ipaddr}/{cidr}" }, "bluetooth": { "format-off": "\udb80\udcb2", "format-on": "\udb80\udcaf", "format-connected": "\uf293", "format-no-controller": "\udb80\udcb3" }, "custom/arch-start": { "format": " ", "tooltip": false }, "pulseaudio": { "format": "{icon} {volume}%", "tooltip-format": "{desc} {volume}%", "format-bluetooth": "\udb82\udd70", "format-muted": "\ueee8", "format-source-muted": "\ueee8", "format-icons": { "alsa_output.platform-fe00b840.mailbox.stereo-fallback": "\uee58" } } }What I'm wanting to do is have something like a drop shadow around just the icons in the module and the .png image in the custom-arch-start. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions