mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-11 20:26:50 +02:00
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:
parent
b5924e5b48
commit
7209bae4a3
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user