mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
14a4f4d391
commit
552221bd13
10 changed files with 151 additions and 210 deletions
|
@ -16,10 +16,10 @@ in
|
|||
};
|
||||
file = {
|
||||
".twmrc".source = ../configs/twm;
|
||||
".local/share/themes".source = ../configs/openbox/themes;
|
||||
};
|
||||
};
|
||||
xdg.configFile = {
|
||||
"i3/config".source = ../configs/i3;
|
||||
"openbox".source = ../configs/openbox;
|
||||
};
|
||||
|
||||
|
@ -72,7 +72,7 @@ in
|
|||
font-0 = "GohuFont:style=Regular:size=14;3";
|
||||
modules-left = "cpu memory";
|
||||
modules-center = "xworkspaces";
|
||||
modules-right = "battery date";
|
||||
modules-right = "battery audio date";
|
||||
module-margin = 1;
|
||||
offset-y = 14;
|
||||
padding = 2;
|
||||
|
@ -110,6 +110,9 @@ in
|
|||
label-urgent-background = color0;
|
||||
label-urgent-padding = 1;
|
||||
};
|
||||
"module/audio" = {
|
||||
type = "internal/pulseaudio";
|
||||
};
|
||||
"module/battery" = {
|
||||
type = "internal/battery";
|
||||
battery = "BAT0";
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
enable = true;
|
||||
xkb.layout = "us";
|
||||
windowManager = {
|
||||
i3.enable = true;
|
||||
openbox.enable = true;
|
||||
twm.enable = true;
|
||||
};
|
||||
|
@ -56,8 +55,15 @@
|
|||
};
|
||||
};
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
defaultSession = "xfce+openbox";
|
||||
sddm = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Autologin = {
|
||||
User = "rae";
|
||||
Session = "xfce+openbox";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
# desktopManager = {
|
||||
# plasma6.enable = true;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
# X11
|
||||
hsetroot
|
||||
nitrogen
|
||||
polybar
|
||||
polybarFull
|
||||
rofi
|
||||
xcompmgr
|
||||
xdotool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue