switch to firefox dev version
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
],
|
||||
"modules-right": [
|
||||
// "custom/regretevator_state",
|
||||
"custom/music",
|
||||
"mpris",
|
||||
"group/traygroup",
|
||||
"clock"
|
||||
]
|
||||
|
||||
@@ -8,15 +8,18 @@
|
||||
"format": " "
|
||||
},
|
||||
|
||||
"custom/music": {
|
||||
"return-type": "json",
|
||||
"exec": "bash ~/config/scripts/waybar-music-status.sh",
|
||||
"restart-interval": 1,
|
||||
"mpris": {
|
||||
"player": "cider",
|
||||
"interval": 1,
|
||||
"on-scroll-up": "playerctl -p cider,OCbwoy3_s_iPhone volume 0.05+",
|
||||
"on-scroll-down": "playerctl -p cider,OCbwoy3_s_iPhone volume 0.05-",
|
||||
"on-click": "playerctl -p cider,OCbwoy3_s_iPhone play-pause",
|
||||
"on-click-right": "playerctl -p cider,OCbwoy3_s_iPhone next",
|
||||
"on-click-middle": "playerctl -p cider,OCbwoy3_s_iPhone previous",
|
||||
"format": " {artist} — {title}",
|
||||
"tooltip-format": "{album}",
|
||||
"tooltip-format-stopped": "",
|
||||
"format-stopped": "",
|
||||
"smooth-scrolling-treshold": 40,
|
||||
"max-length": 60
|
||||
},
|
||||
@@ -28,7 +31,10 @@
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"rewrite": {
|
||||
"(.*) (- Roblox )?(— Mozilla Firefox( Private Browsing)?|(—|-) Brave)": "$1",
|
||||
"(.*) - Roblox": "$1",
|
||||
"swappy": "Swappy",
|
||||
"Support Hyprland": "Hyprland",
|
||||
"MainPicker": "Hyprland",
|
||||
@@ -41,10 +47,9 @@
|
||||
"Minecraft: Forge Loading...": "Minecraft",
|
||||
"gemini.google.com_/app": "Gemini",
|
||||
"PORTAL 2 - (OpenGL|Vulkan)": "Portal 2",
|
||||
"HALF-LIFE 2 - (OpenGL|Vulkan)": "Half-Life 2",
|
||||
"(.*) (— Mozilla Firefox( Private Browsing)?|(—|-) Brave)": "$1"
|
||||
"HALF-LIFE 2 - (OpenGL|Vulkan)": "Half-Life 2"
|
||||
},
|
||||
"separate-outputs": true
|
||||
"separate-outputs": false
|
||||
},
|
||||
|
||||
"hyprland/workspaces": {
|
||||
@@ -69,8 +74,10 @@
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"timezone": "Europe/Riga",
|
||||
"locale": "lv_LV.UTF-8",
|
||||
"format": "{:%H:%M}",
|
||||
"tooltip-format": "{:%A %d %B %Y}",
|
||||
"tooltip-format": "{:L%Y. gada %e. %B}",
|
||||
"format-alt": "{:%H:%M:%S}",
|
||||
"interval": 1
|
||||
},
|
||||
|
||||
@@ -15,7 +15,7 @@ window#waybar {
|
||||
padding: 3px 5px 3px 5px;
|
||||
}
|
||||
|
||||
#workspaces, #custom-music, #traygroup, #clock, #window, #custom-regretevator_state {
|
||||
#workspaces, #mpris, #traygroup, #clock, #window, #custom-regretevator_state {
|
||||
border-radius: 8px;
|
||||
padding: 2px 5px 2px 5px;
|
||||
border: 2px solid #89b4fa;
|
||||
@@ -25,7 +25,7 @@ window#waybar {
|
||||
font-family: "Geist Mono";
|
||||
}
|
||||
|
||||
#traygroup, #custom-music, #window, #workspaces, #custom-regretevator_state {
|
||||
#traygroup, #mpris, #window, #workspaces, #custom-regretevator_state {
|
||||
background-color: #1e1e2e;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
@@ -36,7 +36,7 @@ window#waybar {
|
||||
font-family: 'DotfilesFont', 'Symbols Nerd Font', 'Geist';
|
||||
}
|
||||
|
||||
#custom-music, #clock, #window {
|
||||
#mpris, #clock, #window {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
@@ -106,7 +106,7 @@ window#waybar {
|
||||
-gtk-icon-effect: highlight;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
.invisible, #mpris.stopped {
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user