fixing up waybar load order
This commit is contained in:
parent
3b313209a3
commit
b984f31356
8 changed files with 18 additions and 10 deletions
|
@ -83,6 +83,7 @@
|
|||
hyphenDicts.en_US
|
||||
plex-mpv-shim
|
||||
plexamp
|
||||
plex-media-player
|
||||
|
||||
switcheroo
|
||||
|
||||
|
|
|
@ -14,8 +14,9 @@ in {
|
|||
{ command = ["maestral_qt"]; }
|
||||
{ command = ["clipse" "-listen"]; }
|
||||
{ command = ["swayosd-server"]; }
|
||||
{ command = ["waybar"]; }
|
||||
{ command = [ "systemctl" "--user" "restart" "mako.service" "hypridle.service" "xwayland-satellite.service" ]; }
|
||||
{ command = ["plexamp"]; }
|
||||
{ command = [ "systemctl" "--user" "restart" "waybar.service" "mako.service" "hypridle.service" "xwayland-satellite.service" ]; }
|
||||
];
|
||||
|
||||
workspaces = {
|
||||
|
|
|
@ -6,6 +6,7 @@ in {
|
|||
programs.waybar = {
|
||||
enable = true;
|
||||
package = pkgs.waybar;
|
||||
systemd.enable = false;
|
||||
style = ''
|
||||
* {
|
||||
border: none;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
};
|
||||
opener = {
|
||||
edit = [
|
||||
{ run = "em \"$@\""; }
|
||||
{ run = "emacsclient -r -n \"$@\""; }
|
||||
];
|
||||
extract = [
|
||||
{ run = "ouch d -y \"%*\""; desc = "Extract here with ouch"; for = "windows"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue