bspmw
This commit is contained in:
parent
d85e9aa7ba
commit
1ae6e89d73
3 changed files with 15 additions and 7 deletions
|
@ -19,7 +19,7 @@ bspc rule -a Screenkey manage=off
|
||||||
|
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
feh --bg-scale /home/sako/.config/background.png &
|
feh --bg-scale /home/sako/background.png &
|
||||||
|
|
||||||
/home/sako/.config/polybar/startpolybar &
|
/home/sako/.config/polybar/startpolybar &
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,11 @@
|
||||||
modules = {
|
modules = {
|
||||||
desktop = {
|
desktop = {
|
||||||
kitty.enable = true;
|
kitty.enable = true;
|
||||||
awesome.enable = true;
|
awesome.enable = false;
|
||||||
|
bspwm = {
|
||||||
|
enable = true;
|
||||||
|
polybar.enable = true;
|
||||||
|
};
|
||||||
picom.enable = true;
|
picom.enable = true;
|
||||||
dunst.enable = true;
|
dunst.enable = true;
|
||||||
browsers = {
|
browsers = {
|
||||||
|
|
|
@ -28,12 +28,16 @@ in {
|
||||||
lightdm = {
|
lightdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
background = ../../../config/background.png;
|
background = ../../../config/background.png;
|
||||||
greeters.gtk = {
|
greeters.mini = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
user = "sako";
|
||||||
name = "vimix-dark-ruby";
|
extraConfig = ''
|
||||||
package = pkgs.vimix-gtk-themes;
|
[greeter]
|
||||||
};
|
show-password-label = true
|
||||||
|
password-label-text = magic word
|
||||||
|
invalid-password-text = skull issue
|
||||||
|
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue