update
This commit is contained in:
parent
4191642f08
commit
59569acb4f
@ -13,7 +13,8 @@
|
||||
"tray",
|
||||
"hyprland/submap",
|
||||
"custom/mpd-scroll",
|
||||
"custom/firefox",
|
||||
"custom/mpv-scroll",
|
||||
"custom/firefox-scroll",
|
||||
"cava",
|
||||
],
|
||||
"modules-center": ["hyprland/window"],
|
||||
@ -236,6 +237,9 @@
|
||||
},
|
||||
"hyprland/window": {
|
||||
"max-length": 88,
|
||||
"rewrite": {
|
||||
"(.*) - YouTube(.*)": "",
|
||||
},
|
||||
},
|
||||
"custom/updates": {
|
||||
"format": "{} {icon}",
|
||||
@ -253,7 +257,7 @@
|
||||
"on-click": "rofi -show drun",
|
||||
"tooltip": false,
|
||||
},
|
||||
"custom/firefox": {
|
||||
"custom/firefox-scroll": {
|
||||
"exec": "$HOME/.config/waybar/scripts/scroll-firefox.sh",
|
||||
"format": "<span color='#E66000'> </span>{}",
|
||||
"max-length": 35,
|
||||
@ -261,7 +265,6 @@
|
||||
"hide-empty-text": true,
|
||||
},
|
||||
"custom/mpd-scroll": {
|
||||
"escape": "true",
|
||||
"exec": "$HOME/.config/waybar/scripts/scroll-mpd.sh",
|
||||
"format": "{}",
|
||||
"max-length": 35,
|
||||
@ -275,8 +278,8 @@
|
||||
// "cava_config": "$HOME/.config/cava/config",
|
||||
"framerate": 144,
|
||||
"autosens": 0,
|
||||
"sensitivity": 100,
|
||||
"bars": 12,
|
||||
"sensitivity": 69,
|
||||
"bars": 21,
|
||||
"lower_cutoff_freq": 50,
|
||||
"higher_cutoff_freq": 10000,
|
||||
"method": "pipewire",
|
||||
@ -293,4 +296,11 @@
|
||||
"on-click-right": "mode",
|
||||
},
|
||||
},
|
||||
"custom/mpv-scroll": {
|
||||
"exec": "$HOME/.config/waybar/scripts/scroll-mpv.sh",
|
||||
"format": "<span color='#450241'> </span> {}",
|
||||
"max-length": 35,
|
||||
"on-click": "playerctl -p firefox play-pause",
|
||||
"hide-empty-text": true,
|
||||
},
|
||||
}
|
||||
|
@ -263,7 +263,7 @@ label:focus {
|
||||
margin: 0 0 0 0.24em;
|
||||
}
|
||||
|
||||
#custom-firefox {
|
||||
#custom-firefox-scroll {
|
||||
color: @mantle;
|
||||
background-color: @peach;
|
||||
padding: 0 10px;
|
||||
@ -299,3 +299,10 @@ label:focus {
|
||||
color: @base;
|
||||
background-color: @green;
|
||||
}
|
||||
|
||||
#custom-mpv-scroll {
|
||||
background-color: @flamingo;
|
||||
color: @base;
|
||||
padding: 0 10px;
|
||||
margin: 5px 1px;
|
||||
}
|
||||
|
1
colors.css
Symbolic link
1
colors.css
Symbolic link
@ -0,0 +1 @@
|
||||
catppuccin-macchiato/colors.css
|
1
config-laptop.jsonc
Symbolic link
1
config-laptop.jsonc
Symbolic link
@ -0,0 +1 @@
|
||||
catppuccin-macchiato/config-laptop.jsonc
|
1
config.jsonc
Symbolic link
1
config.jsonc
Symbolic link
@ -0,0 +1 @@
|
||||
catppuccin-macchiato/config.jsonc
|
@ -1 +0,0 @@
|
||||
../../../projects/scripts/waybar/firefox-status.sh
|
1
scripts/playerctl.sh
Symbolic link
1
scripts/playerctl.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../projects/scripts/waybar/playerctl.sh
|
1
scripts/scroll-mpv.sh
Symbolic link
1
scripts/scroll-mpv.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../projects/scripts/waybar/scroll-mpv.sh
|
Loading…
x
Reference in New Issue
Block a user