xmobar, nvim: change themes to tomorrow-night

This commit is contained in:
2022-02-08 01:47:01 +05:30
parent a1921a342b
commit 97530d7f6c
7 changed files with 129 additions and 39 deletions

View File

@@ -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;

View File

@@ -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;
};
};