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
This commit is contained in:
nekochemist 2026-05-06 06:08:26 +05:00
parent 9fb26ca555
commit 5f53423ef2
62 changed files with 9031 additions and 1569 deletions

View file

@ -1,16 +1,16 @@
:root {
--cc-bg: #18130b;
--noti-border-color: #f2be6e;
--noti-bg: #18130b;
--cc-bg: #18120b;
--noti-border-color: #f3bd6e;
--noti-bg: #18120b;
--noti-bg-alpha: ;
--noti-bg-darker: #18130b;
--noti-bg-hover: #261904;
--noti-bg-focus: 976c25;
--noti-close-bg: #976c25
--noti-close-bg-hover: #6f4a00;
--noti-bg-darker: #18120b;
--noti-bg-hover: #271904;
--noti-bg-focus: 986c25;
--noti-close-bg: #986c25
--noti-close-bg-hover: #704a01;
--text-color: #fff3e6;
--text-color-disabled: rgb(150, 150, 150);
--bg-selected: #976c25;
--bg-selected: #986c25;
--notification-icon-size: 64px;
--notification-app-icon-size: calc(var(--notification-icon-size) / 3);
--notification-group-icon-size: 32px;

View file

@ -0,0 +1,97 @@
{
"$schema": "/etc/xdg/swaync/configschema.json",
"positionX": "right",
"positionY": "top",
"cssPriority": "user",
"control-center-width": 450,
"fit-to-screen": true,
"notification-window-width": 400,
"notification-icon-size": 40,
"notification-body-image-height": 500,
"notification-body-image-width": 500,
"notification-inline-replies": true,
"notification-2fa-action": false,
"timeout": 4,
"timeout-low": 4,
"timeout-critical": 6,
"keyboard-shortcuts": true,
"image-visibility": "when-available",
"transition-time": 200,
"hide-on-clear": false,
"hide-on-action": false,
"script-fail-notify": true,
"widgets": [
"mpris",
"dnd",
"notifications",
"buttons-grid"
],
"widget-config": {
"backlight": {
"device": "amdgpu_bl1",
"label": "󰃠",
"slider": true,
"min": 10
},
"volume": {
"device": "default",
"label": "",
"slider": true
},
"dnd": {
"text": "Do not disturb"
},
"mpris": {
"image-size": 110,
"image-radius": 12,
"autohide": false,
"blacklist": [ "org.mpris.MediaPlayer2.playerctld"]
},
"buttons-grid": {
"actions": [
{
"label": "󰌪",
"type": "toggle",
"command": "bash -c $HOME/.config/swaync/scripts/quiet.sh",
"update-command": "bash -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && $HOME/.config/swaync/scripts/update_quiet.sh'"
},
{
"label": "",
"type": "toggle",
"command": "bash -c $HOME/.config/swaync/scripts/inhibit.sh",
"update-command": "bash -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && $HOME/.config/swaync/scripts/update_inhibit.sh'"
},
{
"label": "",
"type": "toggle",
"command": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
"update-command": "bash -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && $HOME/.config/swaync/scripts/update_mic.sh'"
},
{
"label": "",
"command": "hyprctl dispatch exec alacritty -- -e htop ; swaync-client -cp"
},
{
"label": "",
"command": "hyprctl dispatch exec alacritty -- -e nvtop ; swaync-client -cp"
},
{
"label": "",
"command": "hyprctl dispatch exec nwg-look ; swaync-client -cp"
},
{
"label": "",
"command": "swaync-client -cp ; bash -c $HOME/.config/rofi/bin/logout"
}
]
}
}
}

323
config/swaync/style_1.css Normal file
View file

@ -0,0 +1,323 @@
@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;
}