Change wallpaper and decorations settings

This commit is contained in:
timoxa0 2024-10-10 22:43:25 +05:00
parent 273cd5585e
commit 462606aa45
13 changed files with 195 additions and 190 deletions

View file

@ -1,48 +1,48 @@
[colors.primary] [colors.primary]
background = '#141218' background = '#121318'
foreground = '#e7e0e8' foreground = '#e3e2e9'
[colors.cursor] [colors.cursor]
text = '#e7e0e8' text = '#e3e2e9'
cursor = '#cac4cf' cursor = '#c5c6d0'
[colors.vi_mode_cursor] [colors.vi_mode_cursor]
text = '#141218' text = '#121318'
cursor = '#d1bcfe' cursor = '#b4c5ff'
[colors.search.matches] [colors.search.matches]
foreground = '#49454e' foreground = '#45464f'
background = '#f0b8c7' background = '#e2bbdb'
[colors.search.focused_match] [colors.search.focused_match]
foreground = '#49454e' foreground = '#45464f'
background = '#d1bcfe' background = '#b4c5ff'
[colors.footer_bar] [colors.footer_bar]
foreground = '#49454e' foreground = '#45464f'
background = '#e7e0e8' background = '#e3e2e9'
[colors.hints.start] [colors.hints.start]
foreground = '#49454e' foreground = '#45464f'
background = '#ccc2db' background = '#c1c5dd'
[colors.hints.end] [colors.hints.end]
foreground = '#49454e' foreground = '#45464f'
background = '#ccc2db' background = '#c1c5dd'
[colors.selection] [colors.selection]
text = '#141218' text = '#121318'
background = '#d1bcfe' background = '#b4c5ff'
[colors.normal] [colors.normal]
black = '#181818' black = '#181818'
red = '#ffb4ab' red = '#ffb4ab'
green = '#d1bcfe' green = '#b4c5ff'
yellow = '#66558e' yellow = '#4b5c92'
blue = '#d1bcfe' blue = '#b4c5ff'
magenta = '#f0b8c7' magenta = '#e2bbdb'
cyan = '#ccc2db' cyan = '#c1c5dd'
white = '#BAC2DE' white = '#BAC2DE'

View file

@ -1,5 +1,5 @@
$primary = rgb(d1bcfe) $primary = rgb(b4c5ff)
$secondary = rgb(ccc2db) $secondary = rgb(c1c5dd)
$bg = rgb(141218) $bg = rgb(121318)
$fg = rgb(e7e0e8) $fg = rgb(e3e2e9)

View file

@ -26,12 +26,16 @@ decoration {
shadow_render_power = 3 shadow_render_power = 3
col.shadow = $bg col.shadow = $bg
dim_inactive = true
dim_strength = 0.2
blur { blur {
enabled = true enabled = true
size = 4 size = 8
passes = 3 passes = 3
noise = 0.1
vibrancy = 0.1696 brightness = 0.9
vibrancy = 0.5
} }
} }

View file

@ -36,4 +36,5 @@ windowrulev2 = fullscreen,class:^(org.telegram.desktop)$,title:^(Media viewer)$
windowrulev2 = float,class:^(org.telegram.desktop)$,title:^(Media viewer)$ windowrulev2 = float,class:^(org.telegram.desktop)$,title:^(Media viewer)$
windowrulev2 = opaque,class:^(org.telegram.desktop)$,title:^(Media viewer)$ windowrulev2 = opaque,class:^(org.telegram.desktop)$,title:^(Media viewer)$
windowrulev2 = opacity 0.9, class:^(Spotify)$ windowrulev2 = opacity 0.9, class:^(Spotify)$
windowrulev2 = opacity 0.9, class:^(org.gnome.Nautilus)$
windowrulev2 = opacity 0.9, class:^(org.pulseaudio.pavucontrol)$

View file

@ -2,11 +2,11 @@ sort=-time
layer=overlay layer=overlay
output=DP-1 output=DP-1
anchor=top-right anchor=top-right
background-color=#141218bb background-color=#121318bb
width=300 width=300
height=110 height=110
border-size=3 border-size=3
border-color=#d1bcfe border-color=#b4c5ff
border-radius=5 border-radius=5
icons=0 icons=0
max-icon-size=64 max-icon-size=64

View file

@ -1,47 +1,47 @@
* { * {
primary: #d1bcfe; primary: #b4c5ff;
primary-fixed: #eaddff; primary-fixed: #dbe1ff;
primary-fixed-dim: #d1bcfe; primary-fixed-dim: #b4c5ff;
on-primary: #37265d; on-primary: #1a2d60;
on-primary-fixed: #210f47; on-primary-fixed: #00174b;
on-primary-fixed-variant: #4e3d75; on-primary-fixed-variant: #334478;
primary-container: #4e3d75; primary-container: #334478;
on-primary-container: #eaddff; on-primary-container: #dbe1ff;
secondary: #ccc2db; secondary: #c1c5dd;
secondary-fixed: #e9def8; secondary-fixed: #dde1f9;
secondary-fixed-dim: #ccc2db; secondary-fixed-dim: #c1c5dd;
on-secondary: #332d41; on-secondary: #2b3042;
on-secondary-fixed: #1e192b; on-secondary-fixed: #161b2c;
on-secondary-fixed-variant: #4a4358; on-secondary-fixed-variant: #414659;
secondary-container: #4a4358; secondary-container: #414659;
on-secondary-container: #e9def8; on-secondary-container: #dde1f9;
tertiary: #f0b8c7; tertiary: #e2bbdb;
tertiary-fixed: #ffd9e2; tertiary-fixed: #ffd6f8;
tertiary-fixed-dim: #f0b8c7; tertiary-fixed-dim: #e2bbdb;
on-tertiary: #4a2531; on-tertiary: #422741;
on-tertiary-fixed: #31101c; on-tertiary-fixed: #2b122b;
on-tertiary-fixed-variant: #633b47; on-tertiary-fixed-variant: #5a3d58;
tertiary-container: #633b47; tertiary-container: #5a3d58;
on-tertiary-container: #ffd9e2; on-tertiary-container: #ffd6f8;
error: #ffb4ab; error: #ffb4ab;
on-error: #690005; on-error: #690005;
error-container: #93000a; error-container: #93000a;
on-error-container: #ffdad6; on-error-container: #ffdad6;
surface: #141218; surface: #121318;
on-surface: #e7e0e8; on-surface: #e3e2e9;
on-surface-variant: #cac4cf; on-surface-variant: #c5c6d0;
outline: #948f99; outline: #8f909a;
outline-variant: #49454e; outline-variant: #45464f;
shadow: #000000; shadow: #000000;
scrim: #000000; scrim: #000000;
inverse-surface: #e7e0e8; inverse-surface: #e3e2e9;
inverse-on-surface: #322f35; inverse-on-surface: #2f3036;
inverse-primary: #66558e; inverse-primary: #4b5c92;
surface-dim: #141218; surface-dim: #121318;
surface-bright: #3b383e; surface-bright: #38393f;
surface-container-lowest: #0f0d13; surface-container-lowest: #0d0e13;
surface-container-low: #1d1b20; surface-container-low: #1a1b21;
surface-container: #211f24; surface-container: #1e1f25;
surface-container-high: #2b292f; surface-container-high: #292a2f;
surface-container-highest: #36343a; surface-container-highest: #34343a;
} }

View file

@ -23,36 +23,36 @@
--corner-text: 'Midnight'; --corner-text: 'Midnight';
/* color of status indicators and window controls */ /* color of status indicators and window controls */
--online-indicator: #66558e; /* change to #23a55a for default green */ --online-indicator: #4b5c92; /* change to #23a55a for default green */
--dnd-indicator: #ffb4ab; /* change to #f13f43 for default red */ --dnd-indicator: #ffb4ab; /* change to #f13f43 for default red */
--idle-indicator: #633b47; /* change to #f0b232 for default yellow */ --idle-indicator: #5a3d58; /* change to #f0b232 for default yellow */
--streaming-indicator: #37265d; /* change to #593695 for default purple */ --streaming-indicator: #1a2d60; /* change to #593695 for default purple */
/* accent colors */ /* accent colors */
--accent-1: #f0b8c7; /* links */ --accent-1: #e2bbdb; /* links */
--accent-2: #d1bcfe; /* general unread/mention elements, some icons when active */ --accent-2: #b4c5ff; /* general unread/mention elements, some icons when active */
--accent-3: #d1bcfe; /* accent buttons */ --accent-3: #b4c5ff; /* accent buttons */
--accent-4: #3b383e; /* accent buttons when hovered */ --accent-4: #38393f; /* accent buttons when hovered */
--accent-5: #d1bcfe; /* accent buttons when clicked */ --accent-5: #b4c5ff; /* accent buttons when clicked */
--mention: #141218; /* mentions & mention messages */ --mention: #121318; /* mentions & mention messages */
--mention-hover: #3b383e; /* mentions & mention messages when hovered */ --mention-hover: #38393f; /* mentions & mention messages when hovered */
/* text colors */ /* text colors */
--text-0: #141218; /* text on colored elements */ --text-0: #121318; /* text on colored elements */
--text-1: #e7e0e8; /* other normally white text */ --text-1: #e3e2e9; /* other normally white text */
--text-2: #e7e0e8; /* headings and important text */ --text-2: #e3e2e9; /* headings and important text */
--text-3: #cac4cf; /* normal text */ --text-3: #c5c6d0; /* normal text */
--text-4: #cac4cf; /* icon buttons and channels */ --text-4: #c5c6d0; /* icon buttons and channels */
--text-5: #948f99; /* muted channels/chats and timestamps */ --text-5: #8f909a; /* muted channels/chats and timestamps */
/* background and dark colors */ /* background and dark colors */
--bg-1: #d1bcfe; /* dark buttons when clicked */ --bg-1: #b4c5ff; /* dark buttons when clicked */
--bg-2: #2b292f; /* dark buttons */ --bg-2: #292a2f; /* dark buttons */
--bg-3: #1d1b20; /* spacing, secondary elements */ --bg-3: #1a1b21; /* spacing, secondary elements */
--bg-4: #141218; /* main background color */ --bg-4: #121318; /* main background color */
--hover: #3b383e; /* channels and buttons when hovered */ --hover: #38393f; /* channels and buttons when hovered */
--active: #3b383e; /* channels and buttons when clicked or selected */ --active: #38393f; /* channels and buttons when clicked or selected */
--message-hover: #3b383e; /* messages when hovered */ --message-hover: #38393f; /* messages when hovered */
/* amount of spacing and padding */ /* amount of spacing and padding */
--spacing: 12px; --spacing: 12px;

View file

@ -3,101 +3,101 @@
* Generated with Matugen * Generated with Matugen
*/ */
@define-color background #141218; @define-color background #121318;
@define-color error #ffb4ab; @define-color error #ffb4ab;
@define-color error_container #93000a; @define-color error_container #93000a;
@define-color inverse_on_surface #322f35; @define-color inverse_on_surface #2f3036;
@define-color inverse_primary #66558e; @define-color inverse_primary #4b5c92;
@define-color inverse_surface #e7e0e8; @define-color inverse_surface #e3e2e9;
@define-color on_background #e7e0e8; @define-color on_background #e3e2e9;
@define-color on_error #690005; @define-color on_error #690005;
@define-color on_error_container #ffdad6; @define-color on_error_container #ffdad6;
@define-color on_primary #37265d; @define-color on_primary #1a2d60;
@define-color on_primary_container #eaddff; @define-color on_primary_container #dbe1ff;
@define-color on_primary_fixed #210f47; @define-color on_primary_fixed #00174b;
@define-color on_primary_fixed_variant #4e3d75; @define-color on_primary_fixed_variant #334478;
@define-color on_secondary #332d41; @define-color on_secondary #2b3042;
@define-color on_secondary_container #e9def8; @define-color on_secondary_container #dde1f9;
@define-color on_secondary_fixed #1e192b; @define-color on_secondary_fixed #161b2c;
@define-color on_secondary_fixed_variant #4a4358; @define-color on_secondary_fixed_variant #414659;
@define-color on_surface #e7e0e8; @define-color on_surface #e3e2e9;
@define-color on_surface_variant #cac4cf; @define-color on_surface_variant #c5c6d0;
@define-color on_tertiary #4a2531; @define-color on_tertiary #422741;
@define-color on_tertiary_container #ffd9e2; @define-color on_tertiary_container #ffd6f8;
@define-color on_tertiary_fixed #31101c; @define-color on_tertiary_fixed #2b122b;
@define-color on_tertiary_fixed_variant #633b47; @define-color on_tertiary_fixed_variant #5a3d58;
@define-color outline #948f99; @define-color outline #8f909a;
@define-color outline_variant #49454e; @define-color outline_variant #45464f;
@define-color primary #d1bcfe; @define-color primary #b4c5ff;
@define-color primary_container #4e3d75; @define-color primary_container #334478;
@define-color primary_fixed #eaddff; @define-color primary_fixed #dbe1ff;
@define-color primary_fixed_dim #d1bcfe; @define-color primary_fixed_dim #b4c5ff;
@define-color scrim #000000; @define-color scrim #000000;
@define-color secondary #ccc2db; @define-color secondary #c1c5dd;
@define-color secondary_container #4a4358; @define-color secondary_container #414659;
@define-color secondary_fixed #e9def8; @define-color secondary_fixed #dde1f9;
@define-color secondary_fixed_dim #ccc2db; @define-color secondary_fixed_dim #c1c5dd;
@define-color shadow #000000; @define-color shadow #000000;
@define-color source_color #442f73; @define-color source_color #5773c5;
@define-color surface #141218; @define-color surface #121318;
@define-color surface_bright #3b383e; @define-color surface_bright #38393f;
@define-color surface_container #211f24; @define-color surface_container #1e1f25;
@define-color surface_container_high #2b292f; @define-color surface_container_high #292a2f;
@define-color surface_container_highest #36343a; @define-color surface_container_highest #34343a;
@define-color surface_container_low #1d1b20; @define-color surface_container_low #1a1b21;
@define-color surface_container_lowest #0f0d13; @define-color surface_container_lowest #0d0e13;
@define-color surface_dim #141218; @define-color surface_dim #121318;
@define-color surface_variant #49454e; @define-color surface_variant #45464f;
@define-color tertiary #f0b8c7; @define-color tertiary #e2bbdb;
@define-color tertiary_container #633b47; @define-color tertiary_container #5a3d58;
@define-color tertiary_fixed #ffd9e2; @define-color tertiary_fixed #ffd6f8;
@define-color tertiary_fixed_dim #f0b8c7; @define-color tertiary_fixed_dim #e2bbdb;

View file

@ -3,19 +3,19 @@
* Generated with Matugen * Generated with Matugen
*/ */
@define-color accent_color #d1bcfe; @define-color accent_color #b4c5ff;
@define-color accent_fg_color #210f47; @define-color accent_fg_color #00174b;
@define-color accent_bg_color #d1bcfe; @define-color accent_bg_color #b4c5ff;
@define-color window_bg_color #141218; @define-color window_bg_color #121318;
@define-color window_fg_color #e7e0e8; @define-color window_fg_color #e3e2e9;
@define-color headerbar_bg_color #141218; @define-color headerbar_bg_color #121318;
@define-color headerbar_fg_color #e7e0e8; @define-color headerbar_fg_color #e3e2e9;
@define-color popover_bg_color #141218; @define-color popover_bg_color #121318;
@define-color popover_fg_color #e7e0e8; @define-color popover_fg_color #e3e2e9;
@define-color view_bg_color #141218; @define-color view_bg_color #121318;
@define-color view_fg_color #e7e0e8; @define-color view_fg_color #e3e2e9;
@define-color card_bg_color #141218; @define-color card_bg_color #121318;
@define-color card_fg_color #e7e0e8; @define-color card_fg_color #e3e2e9;
@define-color sidebar_bg_color @window_bg_color; @define-color sidebar_bg_color @window_bg_color;
@define-color sidebar_fg_color @window_fg_color; @define-color sidebar_fg_color @window_fg_color;
@define-color sidebar_border_color @window_bg_color; @define-color sidebar_border_color @window_bg_color;

View file

@ -3,19 +3,19 @@
* Generated with Matugen * Generated with Matugen
*/ */
@define-color accent_color #d1bcfe; @define-color accent_color #b4c5ff;
@define-color accent_fg_color #210f47; @define-color accent_fg_color #00174b;
@define-color accent_bg_color #d1bcfe; @define-color accent_bg_color #b4c5ff;
@define-color window_bg_color #141218; @define-color window_bg_color #121318;
@define-color window_fg_color #e7e0e8; @define-color window_fg_color #e3e2e9;
@define-color headerbar_bg_color #141218; @define-color headerbar_bg_color #121318;
@define-color headerbar_fg_color #e7e0e8; @define-color headerbar_fg_color #e3e2e9;
@define-color popover_bg_color #141218; @define-color popover_bg_color #121318;
@define-color popover_fg_color #e7e0e8; @define-color popover_fg_color #e3e2e9;
@define-color view_bg_color #141218; @define-color view_bg_color #121318;
@define-color view_fg_color #e7e0e8; @define-color view_fg_color #e3e2e9;
@define-color card_bg_color #141218; @define-color card_bg_color #121318;
@define-color card_fg_color #e7e0e8; @define-color card_fg_color #e3e2e9;
@define-color sidebar_bg_color @window_bg_color; @define-color sidebar_bg_color @window_bg_color;
@define-color sidebar_fg_color @window_fg_color; @define-color sidebar_fg_color @window_fg_color;
@define-color sidebar_border_color @window_bg_color; @define-color sidebar_border_color @window_bg_color;

View file

@ -3,19 +3,19 @@
* Generated with Matugen * Generated with Matugen
*/ */
@define-color accent_color #d1bcfe; @define-color accent_color #b4c5ff;
@define-color accent_fg_color #210f47; @define-color accent_fg_color #00174b;
@define-color accent_bg_color #d1bcfe; @define-color accent_bg_color #b4c5ff;
@define-color window_bg_color #141218; @define-color window_bg_color #121318;
@define-color window_fg_color #e7e0e8; @define-color window_fg_color #e3e2e9;
@define-color headerbar_bg_color #141218; @define-color headerbar_bg_color #121318;
@define-color headerbar_fg_color #e7e0e8; @define-color headerbar_fg_color #e3e2e9;
@define-color popover_bg_color #141218; @define-color popover_bg_color #121318;
@define-color popover_fg_color #e7e0e8; @define-color popover_fg_color #e3e2e9;
@define-color view_bg_color #141218; @define-color view_bg_color #121318;
@define-color view_fg_color #e7e0e8; @define-color view_fg_color #e3e2e9;
@define-color card_bg_color #141218; @define-color card_bg_color #121318;
@define-color card_fg_color #e7e0e8; @define-color card_fg_color #e3e2e9;
@define-color sidebar_bg_color @window_bg_color; @define-color sidebar_bg_color @window_bg_color;
@define-color sidebar_fg_color @window_fg_color; @define-color sidebar_fg_color @window_fg_color;
@define-color sidebar_border_color @window_bg_color; @define-color sidebar_border_color @window_bg_color;

View file

@ -3,19 +3,19 @@
* Generated with Matugen * Generated with Matugen
*/ */
@define-color accent_color #d1bcfe; @define-color accent_color #b4c5ff;
@define-color accent_fg_color #210f47; @define-color accent_fg_color #00174b;
@define-color accent_bg_color #d1bcfe; @define-color accent_bg_color #b4c5ff;
@define-color window_bg_color #141218; @define-color window_bg_color #121318;
@define-color window_fg_color #e7e0e8; @define-color window_fg_color #e3e2e9;
@define-color headerbar_bg_color #141218; @define-color headerbar_bg_color #121318;
@define-color headerbar_fg_color #e7e0e8; @define-color headerbar_fg_color #e3e2e9;
@define-color popover_bg_color #141218; @define-color popover_bg_color #121318;
@define-color popover_fg_color #e7e0e8; @define-color popover_fg_color #e3e2e9;
@define-color view_bg_color #141218; @define-color view_bg_color #121318;
@define-color view_fg_color #e7e0e8; @define-color view_fg_color #e3e2e9;
@define-color card_bg_color #141218; @define-color card_bg_color #121318;
@define-color card_fg_color #e7e0e8; @define-color card_fg_color #e3e2e9;
@define-color sidebar_bg_color @window_bg_color; @define-color sidebar_bg_color @window_bg_color;
@define-color sidebar_fg_color @window_fg_color; @define-color sidebar_fg_color @window_fg_color;
@define-color sidebar_border_color @window_bg_color; @define-color sidebar_border_color @window_bg_color;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 MiB

After

Width:  |  Height:  |  Size: 11 MiB