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:
parent
9fb26ca555
commit
5f53423ef2
62 changed files with 9031 additions and 1569 deletions
102
config/ironbar/1
Normal file
102
config/ironbar/1
Normal file
|
|
@ -0,0 +1,102 @@
|
|||
:root {
|
||||
--color-dark-primary: #07090b;
|
||||
--color-dark-secondary: #1f2830;
|
||||
--color-white: #eef7fd;
|
||||
--color-active: #00fed4;
|
||||
--color-urgent: #ff0100;
|
||||
|
||||
--margin-lg: 1em;
|
||||
--margin-sm: 0.5em;
|
||||
}
|
||||
|
||||
* {
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background-image: none;
|
||||
font-family: IosevkaTerm NF;
|
||||
}
|
||||
|
||||
scale>trough {
|
||||
background-color: var(--color-dark-secondary);
|
||||
}
|
||||
|
||||
scale>trough>highlight {
|
||||
background-color: var(--color-active);
|
||||
border-style: solid;
|
||||
border-color: var(--color-active);
|
||||
border-width: 0.2em;
|
||||
}
|
||||
|
||||
scale>trough>slider {
|
||||
background-color: var(--color-white);
|
||||
}
|
||||
|
||||
switch>slider {
|
||||
background-color: var(--color-white);
|
||||
}
|
||||
|
||||
switch:checked {
|
||||
background-color: var(--color-active);
|
||||
}
|
||||
|
||||
switch:not(:checked) {
|
||||
background-color: var(--color-dark-secondary);
|
||||
}
|
||||
|
||||
#bar,
|
||||
popover,
|
||||
popover contents,
|
||||
calendar {
|
||||
background-color: var(--color-dark-primary);
|
||||
}
|
||||
|
||||
box,
|
||||
button,
|
||||
label {
|
||||
background-color: #0000;
|
||||
color: var(--color-white);
|
||||
}
|
||||
|
||||
button {
|
||||
padding-left: var(--margin-sm);
|
||||
padding-right: var(--margin-sm);
|
||||
}
|
||||
|
||||
button:hover,
|
||||
button:active {
|
||||
background-color: var(--color-dark-secondary);
|
||||
}
|
||||
|
||||
#end>*+* {
|
||||
margin-left: var(--margin-lg);
|
||||
}
|
||||
|
||||
.sysinfo>*+* {
|
||||
margin-left: var(--margin-sm);
|
||||
}
|
||||
|
||||
.clock {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.popup-clock .calendar-clock {
|
||||
font-size: 2.0em;
|
||||
}
|
||||
|
||||
.popup-clock .calendar .today {
|
||||
background-color: var(--color-active);
|
||||
}
|
||||
|
||||
.workspaces .item.visible {
|
||||
box-shadow: inset 0 -1px var(--color-white);
|
||||
}
|
||||
|
||||
.workspaces .item.focused {
|
||||
box-shadow: inset 0 -1px var(--color-active);
|
||||
background-color: var(--color-dark-secondary);
|
||||
}
|
||||
|
||||
.workspaces .item.urgent {
|
||||
background-color: var(--color-urgent);
|
||||
}
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
:root {
|
||||
--color-dark-primary: #18130b;
|
||||
--color-dark-primary: #18120b;
|
||||
--color-dark-secondary: #2a241c;
|
||||
--color-white: #fff3e6;
|
||||
--color-active: #f2be6e;
|
||||
--color-active: #f3bd6e;
|
||||
--color-urgent: #da342e;
|
||||
--margin-lg: 1em;
|
||||
--margin-sm: 1em;
|
||||
|
|
|
|||
|
|
@ -66,42 +66,7 @@
|
|||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "custom",
|
||||
"bar": [
|
||||
{
|
||||
"type": "button",
|
||||
"name": "clipboard-custom",
|
||||
"class": "clipboard-custom-class",
|
||||
"on_click": "!~/.config/ironbar/scripts/clipse.sh",
|
||||
"widgets": [
|
||||
{
|
||||
"type": "label",
|
||||
"label": " ",
|
||||
"size": 16
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "custom",
|
||||
"bar": [
|
||||
{
|
||||
"type": "button",
|
||||
"name": "matugen",
|
||||
"class": "matugen-class",
|
||||
"on_click": "! bash ~/.config/ironbar/scripts/matugen.sh",
|
||||
"widgets": [
|
||||
{
|
||||
"type": "label",
|
||||
"label": " ",
|
||||
"size": 16
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "notifications",
|
||||
"show_count": true,
|
||||
|
|
|
|||
37
config/ironbar/config.json.matugen
Normal file
37
config/ironbar/config.json.matugen
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"type": "custom",
|
||||
"bar": [
|
||||
{
|
||||
"type": "button",
|
||||
"name": "matugen",
|
||||
"class": "matugen-class",
|
||||
" on_click": "! bash ~/.config/ironbar/scripts/matugen.sh",
|
||||
"widgets": [
|
||||
{
|
||||
"type": "label",
|
||||
"label": " ",
|
||||
"size": 16
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "custom",
|
||||
"bar": [
|
||||
{
|
||||
"type": "button",
|
||||
"name": "clipboard-custom",
|
||||
"class": "clipboard-custom-class",
|
||||
"on_click": "!~/.config/ironbar/scripts/clipse.sh",
|
||||
"widgets": [
|
||||
{
|
||||
"type": "label",
|
||||
"label": " ",
|
||||
"size": 16
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
6374
config/ironbar/schema-v0.18.0.json
Normal file
6374
config/ironbar/schema-v0.18.0.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue