Skip to content

Commit

Permalink
modified: home/yashraj/modules/desktop/wm/awesome/default/theme.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MobSenpai committed Jun 28, 2023
1 parent c5870fe commit 3c61228
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions home/yashraj/modules/desktop/wm/awesome/default/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,22 +159,23 @@ theme.wibar_border_radius = dpi(0)
theme.bg_systray = theme.wibar_bg

-- Notifications
-- Note: Some of these options are ignored by a custom notification widget
-- Note: Some of these options are ignored by a custom notification widget (if any)
-- ===================================================================
theme.notification_position = "top_right"
theme.notification_border_width = dpi(0)
theme.notification_border_radius = theme.border_radius
theme.notification_border_color = theme.color8
theme.notification_font = theme.font
theme.notification_bg = theme.background
theme.notification_fg = theme.foreground
theme.notification_crit_bg = theme.background
theme.notification_crit_fg = theme.color1
theme.notification_border_width = dpi(0)
theme.notification_border_color = theme.color8
theme.notification_opacity = 1
theme.notification_margin = dpi(16)
theme.notification_width = dpi(300)
theme.notification_height = dpi(80)
theme.notification_icon_size = dpi(60)
-- theme.notification_height = dpi(80)
-- theme.notification_width = dpi(300)
-- theme.notification_margin = dpi(16)
-- theme.notification_opacity = 1
-- theme.notification_font = theme.font
-- variables for custom widget
-- theme.notification_position = "top_right"
-- theme.notification_border_radius = theme.border_radius
-- theme.notification_crit_bg = theme.background
-- theme.notification_crit_fg = theme.color1
-- theme.notification_padding = theme.screen_margin * 2
-- theme.notification_spacing = theme.screen_margin * 2

Expand Down

0 comments on commit 3c61228

Please sign in to comment.