arch-config/config/swaync/style_1.css
nekochemist 5f53423ef2 modified: Kvantum/matugen/matugen.kvconfig
modified:   Kvantum/matugen/matugen.svg
	modified:   btop/themes/matugen.theme
	modified:   cava/themes/matugen
	modified:   clipse/matugen.json
	new file:   fish/functions/up-or-search.fish
	modified:   foot/themes/matugen-theme.ini
	modified:   gtk-3.0/colors.css
	modified:   gtk-3.0/colors.css.bak
	modified:   gtk-3.0/colors.css.nak
	modified:   gtk-4.0/colors.css
	modified:   gtk-4.0/colors.css.bak
	modified:   hypr/colors-hyprlock.conf
	modified:   hypr/colors.conf
	modified:   hypr/hyprtoolkit.conf
	modified:   hyprwhspr/mic_osd.pid
	new file:   ironbar/1
	modified:   ironbar/colors.css
	modified:   ironbar/config.json
	new file:   ironbar/config.json.matugen
	new file:   ironbar/schema-v0.18.0.json
	modified:   kitty/current-theme.conf
	new file:   kitty/current-theme1.conf
	new file:   kitty/dank-tabs.conf
	modified:   kitty/themes/Matugen.conf
	modified:   matugen/config.toml
	new file:   matugen/config1.toml
	new file:   matugen/custom3.json
	modified:   matugen/scripts/foot-apply-colors.sh
	modified:   mimeapps.list
	modified:   niri/binds.kdl
	modified:   niri/colors.kdl
	modified:   niri/config.kdl
	new file:   niri/dms/alttab.kdl
	new file:   niri/dms/binds.kdl
	new file:   niri/dms/colors.kdl
	new file:   niri/dms/cursor.kdl
	new file:   niri/dms/layout.kdl
	new file:   niri/dms/outputs.kdl
	new file:   niri/dms/profiles/profile_1776211496314_g03e3q.kdl
	new file:   niri/dms/windowrules.kdl
	new file:   niri/dms/wpblur.kdl
	new file:   niri/scripts/caps
	new file:   niri/scripts/clipse.sh
	new file:   niri/scripts/ironbar-toggle.sh
	new file:   niri/scripts/satty.sh
	modified:   niri/spawn-at-startup.kdl
	modified:   niri/window-rule.kdl
	modified:   nvim/lua/matugen.lua
	modified:   rmpc/themes/matugen.ron
	modified:   starship.toml
	modified:   swaync/colors.css
	new file:   swaync/config_1.json
	new file:   swaync/style_1.css
	modified:   swayosd/colors.css
	modified:   telegram/matugen.tdesktop-theme
	modified:   telegram/matugen/background.jpg
	modified:   telegram/matugen/background.svg
	modified:   telegram/matugen/colors.tdesktop-theme
	modified:   tmux/colors.conf
	modified:   walker/themes/matugen/colors.css
	modified:   yazi/theme.toml
2026-05-06 06:08:26 +05:00

323 lines
5.6 KiB
CSS

@define-color background #08080b;
@define-color text #acb0d0;
@define-color text-alt #787c99;
@define-color background-alt #0e0e14;
@define-color selected alpha(@text-alt, .4);
@define-color hover alpha(@selected, .4);
@define-color urgent @text-alt;
* {
color: @text;
all: unset;
font-size: 0.95rem;
font-family: "CaskaydiaCove Nerd Font Propo";
transition: 200ms;
font-weight: 700;
}
.notification {
padding: 0 5px;
border-radius: 15px;
border: 2px solid @background;
color: @text;
}
.notification-background {
background: @background;
box-shadow: none;
border-radius: 15px;
margin: 8px;
}
.notification-row .inline-reply-entry {
padding: 5px 10px;
background: @background-alt;
border-radius: 15px;
}
.notification-row .inline-reply-button {
padding: 5px 10px;
border-radius: 15px;
background: @hover;
}
.notification-row .inline-reply .inline-reply-button:hover {
background: @selected;
}
.notification .notification-content {
margin: 10px;
}
.notification-content .text-box {
margin: 0 0 0 15px;
}
.notification-content .time {
font-size: 0.95rem;
padding: 2px 0;
font-weight: 800;
}
.notification .summary {
font-weight: 800;
margin-bottom: 2px;
padding: 2px 0;
font-size: 1rem;
}
.notification .body {
color: @text-alt;
font-size: 0.8rem;
}
.notification.critical {
border-color: @urgent;
}
.notification.low progress,
.notification.normal progress,
.notification.critical progress {
background: @selected;
}
.notification-background .close-button {
margin: 6px;
padding: 2px;
border-radius: 6px;
background: transparent;
}
.notification-background .close-button:hover {
background: @hover;
}
.notification > *:last-child > * {
min-height: 3.2em;
}
.notification > *:last-child > * .notification-action {
background: @hover;
margin: 0 6px 9px 6px;
border-radius: 8px;
}
.notification > *:last-child > * .notification-action:hover {
background: @selected;
}
.notification > *:last-child > * .notification-action:active {
background: @selected;
}
.control-center {
background: @background;
border-radius: 15px;
margin: 5px;
padding: 12px;
}
.control-center .notification-background {
background: @background-alt;
margin: 7px 0;
}
/* I dont want to see close buttons in notification center */
.control-center .notification-background .close-button,
.notification-group-close-button{
opacity: 0;
}
/* Notifications expanded-group */
.notification-group {
margin: 0px 8px;
}
.notification-group-headers {
font-weight: bold;
color: @text;
}
.notification-group-headers > label {
margin: 0 3px;
font-size: 1rem;
}
.notification-group-icon {
color: @text;
}
.notification-group-collapse-button,
.notification-group-close-all-button {
background: transparent;
color: @text;
margin: 4px;
border-radius: 6px;
padding: 4px;
}
/* Do not disturb */
.widget-dnd {
padding: 8px 14px;
border-radius: 12px;
margin: 5px 0;
color: @text;
background: @background-alt;
}
.widget-dnd > label {
font-size: 1rem;
}
.widget-dnd switch {
background: @hover;
border-radius: 8px;
box-shadow: none;
padding: 2px;
}
.widget-dnd switch slider {
background: @text;
border-radius: 8px;
}
.widget-volume,
.widget-backlight {
padding: 8px 14px;
margin: 5px 0;
border-radius: 12px;
color: @text;
font-weight: 800;
background: @background-alt;
}
.widget-volume label,
.widget-backlight label {
font-size: 1.1rem;
}
.widget-volume slider,
.widget-backlight slider {
border-radius: 24px;
margin: -8px;
background: @text;
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.15), 0 4px 4px rgba(0, 0, 0, 0.4);
opacity: 1;
}
.widget-volume trough,
.widget-backlight trough {
background: @hover;
margin-left: 8px;
border-radius: 12px;
}
.widget-volume highlight,
.widget-backlight highlight {
padding: 3.5px;
border-radius: 12px;
background: @text;
}
.widget-dnd switch:hover,
.widget-buttons-grid button:hover,
.control-center .notification-group-collapse-button:hover,
.control-center .notification-group-close-all-button:hover
{
background: @hover;
}
.widget-mpris {
background: @background-alt;
border-radius: 15px;
margin: 5px 0;
padding: 0 10px;
}
.mpris-overlay {
background: @background-alt;
}
.widget-mpris-player {
background: @background-alt;
color: @text;
margin: 0 5px;
padding: 10px 0 15px;
}
/* Control buttons for mpris widget */
.widget-mpris-player .image-button:hover {
border-radius: 8px;
background: @hover;
}
.widget-mpris-player button {
padding: 5px;
margin: 0 2.5px;
}
.widget-mpris-player .mpris-overlay > box:last-child {
border-radius: 16px;
padding: 0 5px;
background: alpha(@hover, .3);
}
.widget-mpris-album-art {
border-radius: 16px;
margin: 6px 4px;
}
.widget-mpris-title,
.widget-mpris-subtitle {
font-weight: 700;
margin: 0 3px;
}
.widget-mpris-title {
font-size: 1.2rem;
}
.widget-mpris-subtitle {
font-size: 0.9rem;
color: @text-alt;
}
.widget-buttons-grid {
border-radius: 12px;
padding: 6px 15px;
background: @background-alt;
}
.widget-buttons-grid button {
padding: 10px 10px;
margin: 3px;
background: @hover;
border-radius: 15px;
}
.widget-buttons-grid button > label {
font-size: 16px;
color: @text;
}
.widget-buttons-grid button:hover {
background: @selected;
}
.widget-buttons-grid button:checked {
background-color: @text;
}
.widget-buttons-grid button:checked > label {
color: @background;
}
/* Change color for plaseholder when no notifications */
.control-center-list-placeholder {
color: @text;
}
/* Avoid 'annoying' backgroud */
.blank-window {
background: transparent;
}