forked from poz/niksos
chore(waybar): remove obsolete thingies
This commit is contained in:
parent
5885ccb4a2
commit
dc88c12685
1 changed files with 1 additions and 14 deletions
|
@ -28,7 +28,7 @@
|
|||
sort-by-name = true;
|
||||
sort-by-coordinates = false;
|
||||
on-click = "activate";
|
||||
on-scroll = "~/Scripts/cycle_workspace.sh 1";
|
||||
#on-scroll = "~/Scripts/cycle_workspace.sh 1";
|
||||
active-only = false;
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
|
@ -151,19 +151,6 @@
|
|||
format = " {}%";
|
||||
max-length = 10;
|
||||
};
|
||||
"custom/media" = {
|
||||
interval = 30;
|
||||
format = "{icon} {}";
|
||||
return-type = "json";
|
||||
max-length = 20;
|
||||
format-icons = {
|
||||
spotify = " ";
|
||||
default = " ";
|
||||
};
|
||||
escape = true;
|
||||
exec = "$HOME/.config/system_scripts/mediaplayer.py 2> /dev/null";
|
||||
on-click = "playerctl play-pause";
|
||||
};
|
||||
"custom/launcher" = {
|
||||
format = " ";
|
||||
on-click = "~/.config/rofi/launchers/type-2/launcher.sh";
|
||||
|
|
Loading…
Reference in a new issue