waycorner: Add failed waybar attempt

This was my attempt at using waycorner with waybar, however it fails
since waybar shows above waycorner. This commit is purely for historical
purposes.
This commit is contained in:
Donovan Glover
2023-06-23 19:30:22 -04:00
parent b5924e5b48
commit 7209bae4a3

View File

@@ -4,18 +4,11 @@
home.packages = with pkgs; [ waycorner ];
xdg.configFile."waycorner/config.toml".text = /* toml */ ''
[application_launcher]
enter_command = [ "hyprctl", "dispatch", "workspace", "empty" ]
exit_command = [ "${pkgs.lnch}/bin/lnch", "${pkgs.rofi}/bin/rofi", "-show", "drun" ]
locations = ["top_right"] # default
size = 10
timeout_ms = 250
[show_desktop]
enter_command = [ "hyprctl", "dispatch", "workspace", "empty" ]
exit_command = [ "hyprctl", "dispatch", "workspace", "previous"]
locations = ["bottom_right"] # default
size = 10
[waybar]
enter_command = [ "waybar" ]
exit_command = [ "killall", ".waybar-wrapped" ]
locations = ["right"] # default
size = 40
timeout_ms = 250
'';
}