From 6a77aa0ef2e321b38862fc08a44570924d89367e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:25:41 +0300 Subject: [PATCH] w --- config/kitty/kitty.conf | 2 +- config/xmobar/xmobarrc | 2 +- config/xmonad/xmonad.hs | 1 + hosts/sakotop/configuration.nix | 6 +++--- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index 9fbb2c21..3553f06a 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -13,4 +13,4 @@ scrollback_lines 2000 enable_audio_bell no # maxmium productivity probably -window_padding_width 0 +window_padding_width 2 diff --git a/config/xmobar/xmobarrc b/config/xmobar/xmobarrc index df8b198c..1eb30544 100644 --- a/config/xmobar/xmobarrc +++ b/config/xmobar/xmobarrc @@ -5,7 +5,7 @@ Config { , bgColor = "black" , fgColor = "#646464" , position = Bottom - , border = BottomB + , border = NoBorder , borderColor = "#646464" , borderWidth = 0 diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 6be00ce2..65eb1ab6 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -257,6 +257,7 @@ myLogHook h = dynamicLogWithPP $ def { ppOutput = hPutStrLn h } -- By default, do nothing. myStartupHook = do spawnOnce "keepassxc" + spawn "trayer --edge bottom --align right --heighttype request --widthtype request --transparent true" ------------------------------------------------------------------------ -- Now run xmonad with all the defaults we set up. diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index b02f8a71..4c5fe5b7 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -20,11 +20,11 @@ polybar.enable = false; }; dwm = { - enable = true; - dwmblocks.enable = true; + enable = false; + dwmblocks.enable = false; }; hyprland.enable = false; - xmonad.enable = false; + xmonad.enable = true; kde.enable = false; dunst.enable = true; browsers = {