xmobar, nvim: change themes to tomorrow-night
This commit is contained in:
@@ -89,7 +89,8 @@ in
|
||||
stalonetray = {
|
||||
enable = true;
|
||||
config = {
|
||||
geometry = "5x1+1805";
|
||||
geometry = "5x1-0+0";
|
||||
no_shrink = true;
|
||||
window_type = "dock";
|
||||
sticky = true;
|
||||
icon_size = 23;
|
||||
|
@@ -13,9 +13,11 @@
|
||||
xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
extraPackages = hs: [ hs.xmobar ];
|
||||
config = ../config/xmonad/xmonad.hs;
|
||||
libFiles = {
|
||||
"xmobar.hs" = ../config/xmonad/xmobar.hs;
|
||||
"padding-icon.sh" = ../config/xmonad/padding-icon.sh;
|
||||
"nixos.xpm" = ../config/xmonad/nixos.xpm;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user