From 88bd423082e74836fde12a79d6ff5866b7882088 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 7 Nov 2022 18:18:11 +1030 Subject: [PATCH] misc changes --- .config/xmobar/xmobarrc-main.hs | 4 ++-- .config/xmobar/xmobarrc-single.hs | 4 ++-- .xmonad/xmonad.hs | 2 +- .xprofile.tmpl | 19 ------------------- 4 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 .xprofile.tmpl diff --git a/.config/xmobar/xmobarrc-main.hs b/.config/xmobar/xmobarrc-main.hs index e5ef6a8..bf70cfe 100644 --- a/.config/xmobar/xmobarrc-main.hs +++ b/.config/xmobar/xmobarrc-main.hs @@ -1,8 +1,8 @@ Config { -- appearance - font = "xft:FiraCode Nerd Font:size=9:antialias=true:hinting=true" - , additionalFonts = [ "xft:FiraCode Nerd Font:size=9:antialias=true:hinting=true" ] + font = "xft:FiraCode Nerd Font:size=12:antialias=true:hinting=true" + , additionalFonts = [ "xft:FiraCode Nerd Font:size=12:antialias=true:hinting=true" ] , bgColor = "#282a36" , fgColor = "#f8f8f2" , position = Top diff --git a/.config/xmobar/xmobarrc-single.hs b/.config/xmobar/xmobarrc-single.hs index 3af88d7..a8e1c2e 100644 --- a/.config/xmobar/xmobarrc-single.hs +++ b/.config/xmobar/xmobarrc-single.hs @@ -1,8 +1,8 @@ Config { -- appearance - font = "xft:Fira Code:size=9:antialias=true:hinting=true" - , additionalFonts = [ "xft:FiraCode Nerd Font:style=Regular:size=9:antialias=true:hinting=true" ] + font = "xft:Fira Code:size=12:antialias=true:hinting=true" + , additionalFonts = [ "xft:FiraCode Nerd Font:style=Regular:size=12:antialias=true:hinting=true" ] , bgColor = "#282a36" , fgColor = "#f8f8f2" , position = Top diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 3fe721f..fe0ec07 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -603,7 +603,7 @@ myStartupHook = do -- spawnOnce "protonvpn" -- Start trayer last - spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x282a36 --height 20 &" + spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 0 --transparent true --alpha 0 --tint 0x282a36 --height 20 &" ------------------------------------------------------------------------ diff --git a/.xprofile.tmpl b/.xprofile.tmpl deleted file mode 100644 index b9bba70..0000000 --- a/.xprofile.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -# keyboard layout -setxkbmap dvorak & - -# wallpaper -nitrogen --restore & - -# compositor -picom --experimental-backend & - -# numlock -numlockx - -# cursor -xsetroot -cursor_name left_ptr - -# screenlayout -#/home/solomon/.screenlayout/normal.sh -# or -#/home/solomon/.screenlayout/normal_3_screens.sh