change polybar's size and set activate-linux style to default on x11

This commit is contained in:
2024-11-20 14:09:30 +01:00
parent ca18ecf4e2
commit a8525defe2
5 changed files with 12 additions and 10 deletions

1
homes/ft/bspwm/host.sh Normal file
View File

@ -0,0 +1 @@
bspc monitor -d 1 2 3 4 5

View File

@ -1,6 +1,8 @@
{ config, lib, pkgs, username,homeDir, ... }:
{
imports = [ ../modules/nitrogen.nix ];
home.packages = with pkgs;[
neovim
dmenu
@ -8,7 +10,6 @@
home.file = {
".config/sxhkd".source = dotfiles/config/sxhkd;
".config/nitrogen".source = dotfiles/config/nitrogen;
".config/bspwm/bspwmrc".source = dotfiles/config/bspwm/bspwmrc;
".config/bspwm/host.sh".source = ./bspwm/host.sh;
};
}