Added shadows to the Bar, Menus, OSD and Notifications. (#777)

* Added shadows to the Bar, Menus and notifications.

* Add OSD shadows
This commit is contained in:
Jas Singh
2025-02-16 21:41:52 -08:00
committed by GitHub
parent 3698bfe2b3
commit 9b342341fe
13 changed files with 66 additions and 7 deletions

View File

@@ -120,6 +120,8 @@ const options = mkOptions(CONFIG, {
label: opt(colors.lavender),
border: opt(secondary_colors.surface0),
border_radius: opt('0.6em'),
shadow: opt('0px 1px 2px 1px #16161e'),
shadowMargins: opt('4px 4px'),
time: opt(secondary_colors.overlay1),
text: opt(colors.text),
labelicon: opt(colors.lavender),
@@ -148,7 +150,8 @@ const options = mkOptions(CONFIG, {
monitor: opt(0),
active_monitor: opt(true),
radius: opt('0.4em'),
margins: opt('0px 5px 0px 0px'),
margins: opt('7px 7px 7px 7px'),
shadow: opt('0px 0px 3px 2px #16161e'),
location: opt<OSDAnchor>('right'),
muted_zero: opt(false),
},
@@ -159,6 +162,8 @@ const options = mkOptions(CONFIG, {
layer: opt<WindowLayer>('top'),
margin_top: opt('0.5em'),
opacity: opt(100),
shadow: opt('0px 1px 2px 1px #16161e'),
shadowMargins: opt('0px 0px 4px 0px'),
margin_bottom: opt('0em'),
margin_sides: opt('0.5em'),
border_radius: opt('0.4em'),
@@ -431,6 +436,8 @@ const options = mkOptions(CONFIG, {
radius: opt('0.7em'),
color: opt(colors.surface0),
},
shadow: opt('0px 0px 3px 1px #16161e'),
shadowMargins: opt('5px 5px'),
text: opt(colors.text),
dimtext: opt(colors.surface2),
feinttext: opt(colors.surface0),