mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
~
This commit is contained in:
parent
a419dd34cc
commit
8ad2979b8b
3 changed files with 20 additions and 3 deletions
2
configs/openbox/autostart
Normal file
2
configs/openbox/autostart
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
xcompmgr &
|
||||||
|
polybar top &
|
|
@ -19,6 +19,8 @@ in
|
||||||
".background-image".source = ../assets/wallpapers/2kki_rainyapartments.png;
|
".background-image".source = ../assets/wallpapers/2kki_rainyapartments.png;
|
||||||
".twmrc".source = ../configs/twm;
|
".twmrc".source = ../configs/twm;
|
||||||
".config/i3/config".source = ../configs/i3;
|
".config/i3/config".source = ../configs/i3;
|
||||||
|
|
||||||
|
".config/openbox/autostart".source = ../configs/openbox/autostart;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -53,24 +55,33 @@ in
|
||||||
script = "polybar &";
|
script = "polybar &";
|
||||||
settings = {
|
settings = {
|
||||||
"global/wm" = {
|
"global/wm" = {
|
||||||
margin-top = 5;
|
margin-top = 2;
|
||||||
margin-bottom = 5;
|
margin-bottom = 2;
|
||||||
};
|
};
|
||||||
"bar/top" = {
|
"bar/top" = {
|
||||||
font-0 = "GohuFont:style=Regular:size=14;antialias=false";
|
background = "#00000000";
|
||||||
|
foreground = "#fff";
|
||||||
|
width = "100%";
|
||||||
|
height = 32;
|
||||||
|
font-0 = "GohuFont:style=Regular:size=14;3";
|
||||||
modules-left = "cpu memory";
|
modules-left = "cpu memory";
|
||||||
modules-center = "xwindow";
|
modules-center = "xwindow";
|
||||||
modules-right = "date";
|
modules-right = "date";
|
||||||
|
module-margin = 1;
|
||||||
|
offset-y = 16;
|
||||||
|
padding = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
"module/cpu" = {
|
"module/cpu" = {
|
||||||
type = "internal/cpu";
|
type = "internal/cpu";
|
||||||
label = "CPU: %percentage%%";
|
label = "CPU: %percentage%%";
|
||||||
|
label-background = "#ff3b1c32";
|
||||||
interval = 2;
|
interval = 2;
|
||||||
};
|
};
|
||||||
"module/memory" = {
|
"module/memory" = {
|
||||||
type = "internal/memory";
|
type = "internal/memory";
|
||||||
label = "RAM: %percentage_used%%";
|
label = "RAM: %percentage_used%%";
|
||||||
|
label-background = "#ff6a1e55";
|
||||||
interval = 2;
|
interval = 2;
|
||||||
};
|
};
|
||||||
"module/xwindow" = {
|
"module/xwindow" = {
|
||||||
|
@ -81,6 +92,7 @@ in
|
||||||
type = "internal/date";
|
type = "internal/date";
|
||||||
date = "%b %d %y";
|
date = "%b %d %y";
|
||||||
time = "%I:%M %p";
|
time = "%I:%M %p";
|
||||||
|
label-background = "#ffa64d79";
|
||||||
interval = 5;
|
interval = 5;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -97,6 +97,7 @@
|
||||||
hyfetch
|
hyfetch
|
||||||
imagemagick
|
imagemagick
|
||||||
kitty
|
kitty
|
||||||
|
nitrogen
|
||||||
xclip
|
xclip
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zellij
|
zellij
|
||||||
|
@ -105,7 +106,9 @@
|
||||||
vscodium
|
vscodium
|
||||||
# misc
|
# misc
|
||||||
polybar
|
polybar
|
||||||
|
rofi
|
||||||
uxn
|
uxn
|
||||||
|
xcompmgr
|
||||||
];
|
];
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
|
|
Loading…
Reference in a new issue