Added polybar.
There is an issue where the default systemd target in home-manager is of the wrong type. So it will periodically close & restart.
This commit is contained in:
parent
fadb070332
commit
70c137c946
|
@ -45,7 +45,6 @@ in with lib; {
|
||||||
i3status # gives you the default i3 status bar
|
i3status # gives you the default i3 status bar
|
||||||
playerctl
|
playerctl
|
||||||
scrot
|
scrot
|
||||||
rofi
|
|
||||||
xclip
|
xclip
|
||||||
xdotool
|
xdotool
|
||||||
];
|
];
|
||||||
|
@ -57,6 +56,7 @@ in with lib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.i3-gaps;
|
package = pkgs.i3-gaps;
|
||||||
config = {
|
config = {
|
||||||
|
bars = [ ];
|
||||||
colors = {
|
colors = {
|
||||||
focusedInactive = {
|
focusedInactive = {
|
||||||
background = "#1E1E2E";
|
background = "#1E1E2E";
|
||||||
|
@ -129,6 +129,7 @@ in with lib; {
|
||||||
startup = [
|
startup = [
|
||||||
{ command = "${pkgs.autotiling}/bin/autotiling"; }
|
{ command = "${pkgs.autotiling}/bin/autotiling"; }
|
||||||
{ command = "${pkgs.feh}/bin/feh --bg-scale ${wallpaper}"; }
|
{ command = "${pkgs.feh}/bin/feh --bg-scale ${wallpaper}"; }
|
||||||
|
{ command = "systemctl --user restart polybar.service"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue
Block a user