Update 2025-10-31

Update 2025-10-09

Update 2025-10-11

feat: add rose-pine gtk themes

Update 2025-10-16

Update 2025-10-23

Fix desktop niri

Update 2025-10-31
This commit is contained in:
2025-10-03 15:09:23 +03:00
parent c50febb922
commit 66f1040fc5
682 changed files with 1237 additions and 56356 deletions

View File

@@ -12,7 +12,8 @@
"spacing": 0, // Gaps between modules (4px)
// Choose the order of the modules
"modules-left": [
"wlr/taskbar"
// "wlr/taskbar"
"cffi/niri-taskbar"
],
"modules-center": [],
"modules-right": [
@@ -49,6 +50,16 @@
"on-click": "niri msg action quit"
},
"wlr/taskbar": {
// "all-outputs": true,
"format": "{title} | {app_id}",
// "format": "{icon}",
"tooltip-format": "{title} | {app_id}",
"on-click": "activate",
"on-click-middle": "close",
"on-click-right": "fullscreen"
},
"cffi/niri-taskbar": {
"module_path": "/usr/lib/waybar/libniri_taskbar.so",
// "all-outputs": true,
// "format": "{icon} {title} {app_id}",
"format": "{icon}",

0
config/waybar/scripts/mediaplayer.py Executable file → Normal file
View File

View File

@@ -1,33 +1,33 @@
@import "./rose-pine.css";
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family:
JetBrains Mono NF Propo,
JetBrains Mono NF,
FontAwesome,
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: 14px;
/* font-feature-settings: "tnum"; */
color: @text;
background: @base-transparent;
/* `otf-font-awesome` is required to be installed for icons */
font-family:
JetBrains Mono NF Propo,
JetBrains Mono NF,
FontAwesome,
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: {{waybar_font_size}};
/* font-feature-settings: "tnum"; */
color: @text;
background: @base-transparent;
}
window#waybar {
background: transparent;
/* background-color: rgba(30, 30, 46, 0.5); */
/* border-bottom: 2px solid rgba(147, 153, 178, 0.5); */
/* border: 1px solid rgba(166, 173, 200, 1.0); */
color: #ffffff;
/* transition-property: background-color; */
/* transition-duration: .5s; */
background: transparent;
/* background-color: rgba(30, 30, 46, 0.5); */
/* border-bottom: 2px solid rgba(147, 153, 178, 0.5); */
/* border: 1px solid rgba(166, 173, 200, 1.0); */
color: #ffffff;
/* transition-property: background-color; */
/* transition-duration: .5s; */
}
window#waybar.hidden {
opacity: 0.2;
opacity: 0.2;
}
/*
@@ -40,49 +40,49 @@ window#waybar.solo {
*/
window#waybar.termite {
background-color: red;
background-color: red;
}
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: none;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;
transition-property: none;
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: none;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;
transition-property: none;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: none;
box-shadow: none;
text-shadow: none;
border: none;
-gtk-icon-effect: none;
-gtk-icon-shadow: none;
background: none;
box-shadow: none;
text-shadow: none;
border: none;
-gtk-icon-effect: none;
-gtk-icon-shadow: none;
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
padding: 0 5px;
background-color: transparent;
}
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2);
}
#workspaces button.focused {
background-color: #64727d;
box-shadow: inset 0 -3px #ffffff;
background-color: #64727d;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button.urgent {
background-color: #eb4d4b;
background-color: #eb4d4b;
}
#mode {
background-color: #64727d;
border-bottom: 3px solid #ffffff;
background-color: #64727d;
border-bottom: 3px solid #ffffff;
}
#clock,
@@ -101,37 +101,37 @@ button:hover {
#idle_inhibitor,
#scratchpad,
#mpd {
padding: 0 10px;
border-radius: 99px;
background-color: transparent;
padding: 0 10px;
border-radius: 99px;
background-color: transparent;
}
#window,
#workspaces {
margin: 0 4px;
margin: 0 4px;
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
.modules-left>widget:first-child>#workspaces {
margin-left: 0;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
.modules-right>widget:last-child>#workspaces {
margin-right: 0;
}
#clock {
/* background-color: #64727D; */
font-weight: bold;
/* background-color: rgba(0, 0, 0, 0.3); */
/* border-radius: 99px; */
/* background-color: #64727D; */
font-weight: bold;
/* background-color: rgba(0, 0, 0, 0.3); */
/* border-radius: 99px; */
}
#battery {
/* background-color: #f9e2af; */
/* color: #000000; */
margin-left: 4px;
/* background-color: #f9e2af; */
/* color: #000000; */
margin-left: 4px;
}
/*
@@ -159,35 +159,35 @@ button:hover {
*/
label:focus {
background-color: #000000;
background-color: #000000;
}
#cpu {
/* background-color: #f38ba8; */
/* color: #000000; */
border-radius: 99px 0px 0px 99px;
padding: 0 0 0 10px;
margin-left: 4px;
/* background-color: #f38ba8; */
/* color: #000000; */
border-radius: 99px 0px 0px 99px;
padding: 0 0 0 10px;
margin-left: 4px;
}
#memory {
/* background-color: #fab387; */
/* color: #000000; */
border-radius: 0px 99px 99px 0px;
/* padding: 0 10px 0 0; */
/* background-color: #fab387; */
/* color: #000000; */
border-radius: 0px 99px 99px 0px;
/* padding: 0 10px 0 0; */
}
#disk {
background-color: #964b00;
background-color: #964b00;
}
#backlight {
background-color: #90b1b1;
background-color: #90b1b1;
}
#network {
/* background-color: #a6e3a1; */
/* color: #000000; */
/* background-color: #a6e3a1; */
/* color: #000000; */
}
/*
@@ -197,146 +197,146 @@ label:focus {
*/
#taskbar {
margin-left: 4px;
margin-left: 4px;
}
#taskbar button {
color: #f0f0ff;
background-color: rgba(30, 30, 46, 0.6);
color: #f0f0ff;
background-color: rgba(30, 30, 46, 0.6);
}
#taskbar button:first-child {
border-radius: 99px 0 0 99px;
border-radius: 99px 0 0 99px;
}
#taskbar button:last-child {
border-radius: 0 99px 99px 0;
border-radius: 0 99px 99px 0;
}
#taskbar button:first-child:last-child {
border-radius: 99px;
border-radius: 99px;
}
#taskbar button:hover {
background-color: rgba(49, 50, 68, 0.6);
background-color: rgba(49, 50, 68, 0.6);
}
#taskbar button.active {
background-color: rgba(88, 91, 112, 0.6);
background-color: rgba(88, 91, 112, 0.6);
}
#taskbar button.active:hover {
background-color: rgba(108, 112, 134, 0.6);
background-color: rgba(108, 112, 134, 0.6);
}
#pulseaudio {
background-color: #f1c40f;
color: #000000;
background-color: #f1c40f;
color: #000000;
}
#pulseaudio.muted {
background-color: #90b1b1;
color: #2a5c45;
background-color: #90b1b1;
color: #2a5c45;
}
#wireplumber {
background-color: #fff0f5;
color: #000000;
background-color: #fff0f5;
color: #000000;
}
#wireplumber.muted {
background-color: #f53c3c;
background-color: #f53c3c;
}
#custom-media {
background-color: #66cc99;
color: #2a5c45;
min-width: 100px;
background-color: #66cc99;
color: #2a5c45;
min-width: 100px;
}
#custom-media.custom-spotify {
background-color: #66cc99;
background-color: #66cc99;
}
#custom-media.custom-vlc {
background-color: #ffa000;
background-color: #ffa000;
}
#temperature {
background-color: #f0932b;
background-color: #f0932b;
}
#temperature.critical {
background-color: #eb4d4b;
background-color: #eb4d4b;
}
#tray {
/* background-color: #2980b9; */
/* background-color: #2980b9; */
}
#tray > .passive {
-gtk-icon-effect: dim;
#tray>.passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
#tray>.needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}
#idle_inhibitor {
background-color: #2d3436;
background-color: #2d3436;
}
#idle_inhibitor.activated {
background-color: #ecf0f1;
color: #2d3436;
background-color: #ecf0f1;
color: #2d3436;
}
#mpd {
background-color: #66cc99;
color: #2a5c45;
background-color: #66cc99;
color: #2a5c45;
}
#mpd.disconnected {
background-color: #f53c3c;
background-color: #f53c3c;
}
#mpd.stopped {
background-color: #90b1b1;
background-color: #90b1b1;
}
#mpd.paused {
background-color: #51a37a;
background-color: #51a37a;
}
#language {
background: #00b093;
color: #740864;
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
background: #00b093;
color: #740864;
padding: 0 5px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state {
background: #97e1ad;
color: #000000;
padding: 0 0px;
margin: 0 5px;
min-width: 16px;
background: #97e1ad;
color: #000000;
padding: 0 0px;
margin: 0 5px;
min-width: 16px;
}
#keyboard-state > label {
padding: 0 5px;
#keyboard-state>label {
padding: 0 5px;
}
#keyboard-state > label.locked {
background: rgba(0, 0, 0, 0.2);
#keyboard-state>label.locked {
background: rgba(0, 0, 0, 0.2);
}
#scratchpad {
background: rgba(0, 0, 0, 0.2);
background: rgba(0, 0, 0, 0.2);
}
#scratchpad.empty {
background-color: transparent;
background-color: transparent;
}

View File

@@ -1,157 +0,0 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family:
JetBrains Mono NF,
FontAwesome,
Roboto,
Helvetica,
Arial,
sans-serif;
font-size: 13px;
color: #c0caf5;
}
window#waybar {
border-top: 3px solid transparent;
color: #c0caf5;
transition-property: background-color;
transition-duration: 0.5s;
background-color: transparent;
}
#window {
border-radius: 20px;
padding-left: 10px;
padding-right: 10px;
}
window#waybar.hidden {
opacity: 0.2;
}
window#waybar.chromium {
background-color: #000;
border: none;
}
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 3px transparent;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: inherit;
box-shadow: inset 0 3px #c0caf5;
}
#workspaces button {
padding: 0 5px;
color: #c0caf5;
}
#workspaces button.active {
box-shadow: inset 0 3px #c0caf5;
}
#workspaces button.urgent {
background-color: #db4b4b;
}
#mode {
border-bottom: 3px solid #c0caf5;
}
#clock,
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
#pulseaudio,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#scratchpad,
#mpd,
#custom-wireguard,
#custom-github,
#custom-dunst {
padding: 0 10px;
font-weight: bold;
background-color: transparent;
}
#custom-pipewire.muted {
color: #414868;
}
#window,
#workspaces {
margin: 0 4px;
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left>widget:first-child>#workspaces {
margin-left: 0;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right>widget:last-child>#workspaces {
margin-right: 0;
}
#battery.charging,
#battery.plugged {
color: #1abc9c;
}
@keyframes blink {
to {
color: #c0caf5;
}
}
#battery.warning:not(.charging) {
color: #e0af68;
}
#battery.critical:not(.charging) {
color: #db4b4b;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#pulseaudio.muted {
color: #414868;
}
#custom-media {
color: #41a6b5;
min-width: 100px;
}
#temperature.critical {
color: #db4b4b;
}
#tray>.passive {
-gtk-icon-effect: dim;
}
#tray>.needs-attention {
-gtk-icon-effect: highlight;
}
#network.disconnected {
color: #db4b4b;
}