diff options
| author | Blista Kanjo | 2021-10-14 18:21:12 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-14 18:21:12 -0400 |
| commit | 78a415bc2a6913f06fa72e4827775fb0b6691a95 (patch) | |
| tree | 5d3e314197694051fa372f969a5e8e2b327356e9 /awesome/themes/adwaita/theme.lua | |
| parent | 97052124f7eb90a9ae1acfd3609bd46dae5e328c (diff) | |
format clean-up
Diffstat (limited to 'awesome/themes/adwaita/theme.lua')
| -rw-r--r-- | awesome/themes/adwaita/theme.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/themes/adwaita/theme.lua b/awesome/themes/adwaita/theme.lua index 7f9bda8..09d4944 100644 --- a/awesome/themes/adwaita/theme.lua +++ b/awesome/themes/adwaita/theme.lua @@ -46,10 +46,10 @@ theme.border_marked = "#7d4c10" -- Generate taglist squares: local taglist_square_size = dpi(4) theme.taglist_squares_sel = theme_assets.taglist_squares_sel( - taglist_square_size, theme.fg_normal + taglist_square_size, theme.fg_normal ) theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel( - taglist_square_size, theme.fg_normal + taglist_square_size, theme.fg_normal ) -- Variables set for theming notifications: |
