Fix bspwm setup
This commit is contained in:
parent
4a82e16be2
commit
3a7596126a
1 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ let
|
|||
bspc monitor $monitor -d ${monitorPagesString}
|
||||
done
|
||||
${pkgs.autorandr}/bin/autorandr -c || true
|
||||
systemctl --user restart polybar # Restart polybar
|
||||
systemctl --user restart kdeconnect-indicator # Restart polybar
|
||||
'';
|
||||
strPalette = palette.toRGBHex pkgs.rice.colorPalette;
|
||||
in
|
||||
|
|
@ -36,7 +38,6 @@ in
|
|||
"${monitorSetupScript}" # Setup monitors
|
||||
"${xsetroot} -solid black -cursor_name left_ptr" # Set cursor
|
||||
"${pkgs.update-background}/bin/update-background" # Set background
|
||||
"systemctl --user restart polybar" # Restart polybar
|
||||
];
|
||||
};
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue