aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-02-19 22:50:56 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-02-19 22:50:56 +0530
commit6ceaafc53468ea5d57f74d1881278f84490758a9 (patch)
tree6c8d7e5411c2b1b65a2f6b64dd1980ef53ee4631 /.config
parent1520561b25125824dcbd4bc35f8968407ce57a75 (diff)
green theme
Diffstat (limited to '.config')
-rw-r--r--.config/XMonad/lib/Defaults.hs4
-rw-r--r--.config/XMonad/lib/Hooks.hs4
-rw-r--r--.config/XMonad/lib/Keybindings.hs2
-rw-r--r--.config/polybar/config.ini18
4 files changed, 17 insertions, 11 deletions
diff --git a/.config/XMonad/lib/Defaults.hs b/.config/XMonad/lib/Defaults.hs
index 29fd87b..2ba8612 100644
--- a/.config/XMonad/lib/Defaults.hs
+++ b/.config/XMonad/lib/Defaults.hs
@@ -9,8 +9,10 @@ import XMonad.Util.Loggers
-- import XMonad.Hooks.StatusBar
-- import XMonad.Hooks.StatusBar.PP
+-- myBorder = "#120F23"
+-- myBorder' = "#C44CF2"
myBorder = "#120F23"
-myBorder' = "#C44CF2"
+myBorder' = "#1ca09d"
myBorderWidth :: Dimension
myBorderWidth = 2
diff --git a/.config/XMonad/lib/Hooks.hs b/.config/XMonad/lib/Hooks.hs
index d706278..bc5b209 100644
--- a/.config/XMonad/lib/Hooks.hs
+++ b/.config/XMonad/lib/Hooks.hs
@@ -33,7 +33,5 @@ myLayoutHook = avoidStruts $ maximize $ windowNavigation $ lessBorders Screen $
emptyBSP ||| tabbed shrinkText myTabTheme ||| Grid
myStartupHook = do
- setWMName "Anime Thighs"
- spawnOnce "secondmonitor.sh"
- -- setWMName "LG3D"
+ setWMName "LG3D"
setDefaultCursor xC_left_ptr
diff --git a/.config/XMonad/lib/Keybindings.hs b/.config/XMonad/lib/Keybindings.hs
index c0866fa..3c7044d 100644
--- a/.config/XMonad/lib/Keybindings.hs
+++ b/.config/XMonad/lib/Keybindings.hs
@@ -187,7 +187,7 @@ myKeybindingsP = [
-- system apps/scratchpads
, ("M-b t", spawn myTorrentClient)
, ("M-b i", spawn myBrowser)
- , ("M-s-i", spawn myBrowser)
+ , ("M-S-i", spawn myBrowser)
, ("M-b d", myScratchpad "arandr")
, ("M-b c", myScratchpad "calc")
, ("M-b b", myScratchpad "blueman")
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index b87a081..5edd9e9 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -24,13 +24,18 @@ foreground = #FFFFFF
;systray-bg = #232627
systray-bg = #e6100b13
-module-color-0 = #9b1bed
-module-color-1 = #ff0aa3
-module-bg = #e6100b13
-xwindow-fg = #9d00ff
+;module-color-0 = #9b1bed
+;module-color-1 = #ff0aa3
+module-color-0 = #1ca09d
+module-color-1 = #2be38f
+module-bg = #e6100b13
+
+;xwindow-fg = #9d00ff
+xwindow-fg = #1ca09d
-ws-active-fg = #ffffff
+;ws-active-fg = #ffffff
+ws-active-fg = #232627
ws-active-bg = ${colors.module-color-1}
ws-active-ul = #d33682
@@ -74,7 +79,8 @@ mem-bg = ${colors.module-bg}
vol-fg = ${colors.module-color-0}
vol-bg = ${colors.module-bg}
-vol-fg-alt = #c32aeb
+;vol-fg-alt = #c32aeb
+vol-fg-alt = ${colors.module-color-1}
batt-charging-bg = ${colors.module-bg}
batt-charging-fg = ${colors.module-color-0}