This commit is contained in:
2025-11-19 22:01:25 +02:00
parent afef35b6f6
commit 3a7686713f
16 changed files with 276 additions and 212 deletions

View File

@@ -15,7 +15,14 @@
},
"mpris": {
"players": ["chromium", "cmus", "elisa", "cider", "spotify", "OCbwoy3_s_iPhone"],
"players": [
"chromium",
"cmus",
"elisa",
"cider",
"spotify",
"OCbwoy3_s_iPhone"
],
"interval": 1,
"on-scroll-up": "playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone volume 0.05+",
"on-scroll-down": "playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone volume 0.05-",
@@ -63,7 +70,7 @@
"PORTAL 2 - (OpenGL|Vulkan)": "Portal 2",
"HALF-LIFE 2 - (OpenGL|Vulkan)": "Half-Life 2",
"(.*) - Google( Search| meklēšana)?": "$1",
"Cider": "Apple Music",
"swappy": "Swappy",
"(.*) — (Firefox( Developer Edition)|Zen Browser)?": "$1"

View File

@@ -1,5 +1,5 @@
* {
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
font-family: "SF Pro Display", SFProJPDisplay-Regular, "Symbols Nerd Font";
border: none;
font-size: 15px;
min-height: 10px;
@@ -15,28 +15,44 @@ window#waybar {
padding: 3px 5px 3px 5px;
}
#workspaces, #mpris, #traygroup, #clock, #window, #custom-regretevator_state, #custom-cider {
#workspaces,
#mpris,
#traygroup,
#clock,
#window,
#custom-regretevator_state,
#custom-cider {
border-radius: 8px;
padding: 2px 5px 2px 5px;
border: 2px solid #89b4fa;
}
#clock {
font-family: "SF Pro Display", SFProJPDisplay-Regular, 'Symbols Nerd Font';
font-family: "SF Pro Display", SFProJPDisplay-Regular, "Symbols Nerd Font";
}
#traygroup, #mpris, #window, #workspaces, #custom-regretevator_state, #custom-cider {
#traygroup,
#mpris,
#window,
#workspaces,
#custom-regretevator_state,
#custom-cider {
background-color: #1e1e2e;
padding-left: 5px;
padding-right: 5px;
color: #b4befe;
}
#custom-regretevator_state, #custom-cider {
font-family: 'DotfilesFont', SFProJPDisplay-Regular, 'Symbols Nerd Font', 'Geist';
#custom-regretevator_state,
#custom-cider {
font-family:
"DotfilesFont", SFProJPDisplay-Regular, "Symbols Nerd Font", "Geist";
}
#mpris, #clock, #window, #custom-cider {
#mpris,
#clock,
#window,
#custom-cider {
padding-left: 10px;
padding-right: 10px;
}
@@ -89,13 +105,15 @@ window#waybar {
background-color: transparent;
}
#network, #bluetooth, #pulseaudio {
#network,
#bluetooth,
#pulseaudio {
padding: 0px 5px 0px 5px;
margin: 0px 0px 0px 0px;
}
#pulseaudio.lol {
padding: 0px 5px 0px 2px;
padding: 0px 5px 0px 2px;
}
#tray > .passive {
@@ -103,10 +121,11 @@ window#waybar {
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
-gtk-icon-effect: highlight;
}
.invisible, #mpris.stopped {
.invisible,
#mpris.stopped {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background-color: transparent;
@@ -114,7 +133,7 @@ window#waybar {
}
tooltip {
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
font-family: "SF Pro Display", SFProJPDisplay-Regular, "Symbols Nerd Font";
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-radius: 4px;
@@ -125,7 +144,7 @@ tooltip {
}
tooltip * {
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
font-family: "SF Pro Display", SFProJPDisplay-Regular, "Symbols Nerd Font";
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
color: #cdd6f4;