fixing up waybar load order

This commit is contained in:
Matt Nish-Lapidus 2025-02-09 12:10:29 -05:00
parent 3b313209a3
commit b984f31356
8 changed files with 18 additions and 10 deletions

View file

@ -83,6 +83,7 @@
hyphenDicts.en_US
plex-mpv-shim
plexamp
plex-media-player
switcheroo

View file

@ -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 = {

View file

@ -6,6 +6,7 @@ in {
programs.waybar = {
enable = true;
package = pkgs.waybar;
systemd.enable = false;
style = ''
* {
border: none;

View file

@ -30,7 +30,7 @@
};
opener = {
edit = [
{ run = "em \"$@\""; }
{ run = "emacsclient -r -n \"$@\""; }
];
extract = [
{ run = "ouch d -y \"%*\""; desc = "Extract here with ouch"; for = "windows"; }