try stalonetray

This commit is contained in:
Sakooooo 2023-07-28 16:22:48 +03:00
parent 568d39ef27
commit 462f834355
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,16 @@
decorations none
transparent false
dockapp_mode none
geometry 5x1-400+0
max_geometry 5x1-325-10
background "#000000"
kludges force_icons_size
grow_gravity NE
icon_gravity NE
icon_size 12
sticky true
#window_strut none
window_type dock
window_layer bottom
#no_shrink false
skip_taskbar true

View file

@ -69,6 +69,7 @@ in
xmobar
# tray
trayer
stalonetray
];
home-manager.users.sako = { pkgs , ...}: {
@ -90,6 +91,10 @@ in
enable = true;
source = ../../../config/background.png;
};
".stalonetrayrc" = {
enable = true;
source = ../../../config/stalonetray;
};
};
xdg.configFile = {
xmonad = {