mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
sway: fixed waybar not starting on boot
This commit is contained in:
parent
2408db0936
commit
f0daec2312
|
@ -127,7 +127,7 @@
|
||||||
qt_platform_theme = "gtk2";
|
qt_platform_theme = "gtk2";
|
||||||
gdk_scale = "1.5";
|
gdk_scale = "1.5";
|
||||||
in {
|
in {
|
||||||
bars = [{command = "${bar}";}];
|
bars = [];
|
||||||
modifier = "${modifier}";
|
modifier = "${modifier}";
|
||||||
colors.background = "${colorPrimary}";
|
colors.background = "${colorPrimary}";
|
||||||
colors.focused = {
|
colors.focused = {
|
||||||
|
@ -296,17 +296,18 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
startup = [
|
startup = [
|
||||||
{command = "${pkgs.gammastep}/bin/gammastep -l 31.1:-94.1";} # TODO: automatic locations
|
{command = "${bar}";}
|
||||||
{command = "${pkgs.autotiling}/bin/autotiling";}
|
|
||||||
{command = "${notifyd}";}
|
|
||||||
{command = "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store";}
|
|
||||||
{command = "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store";}
|
|
||||||
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
|
|
||||||
{command = "${fileManager} --daemon";}
|
{command = "${fileManager} --daemon";}
|
||||||
{command = "${pkgs.swayosd}/bin/swayosd-server";}
|
|
||||||
{command = "${pkgs.networkmanagerapplet}/bin/nm-applet";}
|
|
||||||
{command = "${pkgs.trayscale}/bin/trayscale --hide-window";}
|
|
||||||
{command = "${idled}";}
|
{command = "${idled}";}
|
||||||
|
{command = "${notifyd}";}
|
||||||
|
{command = "${pkgs.autotiling}/bin/autotiling";}
|
||||||
|
{command = "${pkgs.gammastep}/bin/gammastep -l 31.1:-94.1";} # TODO: automatic locations
|
||||||
|
{command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";}
|
||||||
|
{command = "${pkgs.networkmanagerapplet}/bin/nm-applet";}
|
||||||
|
{command = "${pkgs.swayosd}/bin/swayosd-server";}
|
||||||
|
{command = "${pkgs.trayscale}/bin/trayscale --hide-window";}
|
||||||
|
{command = "${pkgs.wl-clipboard}/bin/wl-paste --type image --watch cliphist store";}
|
||||||
|
{command = "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store";}
|
||||||
];
|
];
|
||||||
output = {
|
output = {
|
||||||
"BOE 0x095F Unknown" = {
|
"BOE 0x095F Unknown" = {
|
||||||
|
|
Loading…
Reference in a new issue