mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-04-03 18:14:15 +00:00
~
This commit is contained in:
parent
43720d4b72
commit
cc79b2832a
4 changed files with 28 additions and 20 deletions
|
@ -1,4 +1,3 @@
|
||||||
hsetroot -cover ~/.dotfiles/assets/wallpapers/kendal.png
|
hsetroot -cover ~/.dotfiles/assets/wallpapers/kendal.png
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
polybar top &
|
polybar top &
|
||||||
polybar tray &
|
|
||||||
|
|
|
@ -7,6 +7,13 @@
|
||||||
<desktops>
|
<desktops>
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
<firstdesk>1</firstdesk>
|
<firstdesk>1</firstdesk>
|
||||||
|
<popupTime>0</popupTime>
|
||||||
|
<names>
|
||||||
|
<name>1</name>
|
||||||
|
<name>2</name>
|
||||||
|
<name>3</name>
|
||||||
|
<name>4</name>
|
||||||
|
</names>
|
||||||
</desktops>
|
</desktops>
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<keybind key="A-d">
|
<keybind key="A-d">
|
||||||
|
|
|
@ -71,21 +71,12 @@ in
|
||||||
height = 32;
|
height = 32;
|
||||||
font-0 = "GohuFont:style=Regular:size=14;3";
|
font-0 = "GohuFont:style=Regular:size=14;3";
|
||||||
modules-left = "cpu memory";
|
modules-left = "cpu memory";
|
||||||
modules-center = "xwindow";
|
modules-center = "xworkspaces";
|
||||||
modules-right = "battery date";
|
modules-right = "battery date";
|
||||||
module-margin = 1;
|
module-margin = 1;
|
||||||
offset-y = 14;
|
offset-y = 14;
|
||||||
padding = 2;
|
padding = 2;
|
||||||
};
|
};
|
||||||
"bar/tray" = {
|
|
||||||
background = color0;
|
|
||||||
foreground = "#000";
|
|
||||||
bottom = "true";
|
|
||||||
width = "100%";
|
|
||||||
height = 32;
|
|
||||||
font-0 = "GohuFont:style=Regular:size=14;3";
|
|
||||||
modules-left = "tray";
|
|
||||||
};
|
|
||||||
|
|
||||||
"module/cpu" = {
|
"module/cpu" = {
|
||||||
type = "internal/cpu";
|
type = "internal/cpu";
|
||||||
|
@ -105,6 +96,20 @@ in
|
||||||
type = "internal/xwindow";
|
type = "internal/xwindow";
|
||||||
label-active-font = 0;
|
label-active-font = 0;
|
||||||
};
|
};
|
||||||
|
"module/xworkspaces" = {
|
||||||
|
type = "internal/xworkspaces";
|
||||||
|
enable-scroll = false;
|
||||||
|
label-active = "%name%";
|
||||||
|
label-active-background = color2;
|
||||||
|
label-active-padding = 1;
|
||||||
|
label-occupied = "%name%";
|
||||||
|
label-occupied-padding = 1;
|
||||||
|
label-empty = "%name%";
|
||||||
|
label-empty-padding = 1;
|
||||||
|
label-urgent = "%name%";
|
||||||
|
label-urgent-background = color0;
|
||||||
|
label-urgent-padding = 1;
|
||||||
|
};
|
||||||
"module/battery" = {
|
"module/battery" = {
|
||||||
type = "internal/battery";
|
type = "internal/battery";
|
||||||
battery = "BAT0";
|
battery = "BAT0";
|
||||||
|
@ -122,10 +127,6 @@ in
|
||||||
label-padding = 2;
|
label-padding = 2;
|
||||||
interval = 5;
|
interval = 5;
|
||||||
};
|
};
|
||||||
"module/tray" = {
|
|
||||||
type = "internal/tray";
|
|
||||||
tray-spacing = "8px";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -94,22 +94,23 @@
|
||||||
ffmpeg
|
ffmpeg
|
||||||
git
|
git
|
||||||
gparted
|
gparted
|
||||||
hsetroot
|
|
||||||
hyfetch
|
hyfetch
|
||||||
imagemagick
|
imagemagick
|
||||||
kitty
|
kitty
|
||||||
nitrogen
|
|
||||||
xclip
|
xclip
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zellij
|
zellij
|
||||||
# text editors
|
# text editors
|
||||||
neovim
|
neovim
|
||||||
vscodium
|
vscodium
|
||||||
# misc
|
# X11
|
||||||
|
hsetroot
|
||||||
|
nitrogen
|
||||||
polybar
|
polybar
|
||||||
rofi
|
rofi
|
||||||
uxn
|
|
||||||
xcompmgr
|
xcompmgr
|
||||||
|
# misc
|
||||||
|
uxn
|
||||||
];
|
];
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# Open ports in the firewall.
|
||||||
|
|
Loading…
Add table
Reference in a new issue