idk anymore

This commit is contained in:
2025-11-08 21:18:07 +02:00
parent eda5c75a07
commit fb6ffa2e11
22 changed files with 274 additions and 173 deletions

View File

@@ -14,7 +14,7 @@
],
"modules-right": [
// "custom/regretevator_state",
"mpris",
"custom/cider",
"group/traygroup",
"clock"
]

View File

@@ -31,6 +31,18 @@
"max-length": 60
},
"custom/cider": {
"restart-interval": 1,
"return-type": "json",
// "exec": "bun run ~/config/scripts/bin/actWithMusic.ts waybar",
"exec": "~/config/scripts/bin/ocbwoy3-actwithmus waybar",
"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-",
"on-click": "playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone play-pause",
"on-click-right": "playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone next",
"on-click-middle": "playerctl -p chromium,cmus,elisa,cider,spotify,OCbwoy3_s_iPhone previous"
},
"custom/regretevator_state": {
"restart-interval": 1,
"return-type": "json",
@@ -39,6 +51,7 @@
"hyprland/window": {
"format": "{}",
// "tooltip": "{initialClass}",
"rewrite": {
"(Support Hyprland|MainPicker|Hyprland Updated)": "Hyprland",
"DELTARUNE": "Deltarune",
@@ -81,7 +94,8 @@
"clock": {
"timezone": "Europe/Riga",
// "locale": "lv_LV.utf8",
"locale": "lv_LV.UTF-8",
// "locale": "ja_JP.UTF-8",
"format": "{:%H:%M}",
"tooltip-format": "<span color='#ffead3'><b>{:L%Y. gada %B}</b></span><tt><small>{calendar}</small></tt>",
"calendar": {
@@ -139,6 +153,7 @@
"format": "",
"format-disabled": "󰂲",
"format-off": "",
"tooltip-format": "Ierīces pieslēgas Bluetooth: {num_connections}",
"interval": 1,
"on-click": "blueman-manager",
"format-no-controller": ""

View File

@@ -1,5 +1,5 @@
* {
font-family: 'SF Pro Display', 'Symbols Nerd Font';
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
border: none;
font-size: 15px;
min-height: 10px;
@@ -15,28 +15,28 @@ window#waybar {
padding: 3px 5px 3px 5px;
}
#workspaces, #mpris, #traygroup, #clock, #window, #custom-regretevator_state {
#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";
font-family: "SF Pro Display", SFProJPDisplay-Regular, 'Symbols Nerd Font';
}
#traygroup, #mpris, #window, #workspaces, #custom-regretevator_state {
#traygroup, #mpris, #window, #workspaces, #custom-regretevator_state, #custom-cider {
background-color: #1e1e2e;
padding-left: 5px;
padding-right: 5px;
color: #b4befe;
}
#custom-regretevator_state {
font-family: 'DotfilesFont', 'Symbols Nerd Font', 'Geist';
#custom-regretevator_state, #custom-cider {
font-family: 'DotfilesFont', SFProJPDisplay-Regular, 'Symbols Nerd Font', 'Geist';
}
#mpris, #clock, #window {
#mpris, #clock, #window, #custom-cider {
padding-left: 10px;
padding-right: 10px;
}
@@ -114,6 +114,7 @@ window#waybar {
}
tooltip {
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-radius: 4px;
@@ -124,6 +125,7 @@ tooltip {
}
tooltip * {
font-family: 'SF Pro Display', SFProJPDisplay-Regular, 'Symbols Nerd Font';
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
color: #cdd6f4;