1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-09 19:57:13 -05:00
parent 2a552d6ce9
commit a419dd34cc
2 changed files with 2 additions and 1 deletions

View file

@ -53,11 +53,11 @@ in
script = "polybar &"; script = "polybar &";
settings = { settings = {
"global/wm" = { "global/wm" = {
font-0 = "GohuFont:style=Regular;antialias=false";
margin-top = 5; margin-top = 5;
margin-bottom = 5; margin-bottom = 5;
}; };
"bar/top" = { "bar/top" = {
font-0 = "GohuFont:style=Regular:size=14;antialias=false";
modules-left = "cpu memory"; modules-left = "cpu memory";
modules-center = "xwindow"; modules-center = "xwindow";
modules-right = "date"; modules-right = "date";

View file

@ -99,6 +99,7 @@
kitty kitty
xclip xclip
yt-dlp yt-dlp
zellij
# text editors # text editors
neovim neovim
vscodium vscodium