Update xmonad colors
This commit is contained in:
parent
62c8bd8593
commit
66523acc00
@ -7,7 +7,7 @@ alias rm='rm -I'
|
|||||||
alias sort='sort -n'
|
alias sort='sort -n'
|
||||||
alias ssh='kitten ssh'
|
alias ssh='kitten ssh'
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
alias trayer='trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 7 --transparent true --tint 0x1f2022 --height 18 --monitor 0'
|
alias trayer='trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 7 --transparent true --tint 0x232634 --height 18 --monitor 0'
|
||||||
alias trc='trash-empty'
|
alias trc='trash-empty'
|
||||||
alias trl='trash-list'
|
alias trl='trash-list'
|
||||||
alias trm='trash-rm'
|
alias trm='trash-rm'
|
||||||
|
@ -1,53 +1,50 @@
|
|||||||
Config { overrideRedirect = False
|
Config { overrideRedirect = False
|
||||||
, font = "Jetbrains Mono Nerd Font Bold 9"
|
, font = "Jetbrains Mono Nerd Font Bold 9"
|
||||||
, bgColor = "black"
|
, bgColor = "#232634"
|
||||||
, fgColor = "#646464"
|
, fgColor = "#626880"
|
||||||
, position = TopW L 93
|
, position = TopW L 93
|
||||||
, border = NoBorder
|
, border = NoBorder
|
||||||
, borderColor = "#646464"
|
, borderColor = "#232634"
|
||||||
, allDesktops = True
|
, allDesktops = True
|
||||||
, pickBroadest = True
|
, pickBroadest = True
|
||||||
, commands = [ Run Weather "LZIB"
|
, commands = [ Run Weather "LZIB"
|
||||||
[ "--template", "<weather> <tempC>°C"
|
[ "--template", "<weather> <tempC>°C"
|
||||||
, "-L", "0"
|
, "-L", "0"
|
||||||
, "-H", "25"
|
, "-H", "25"
|
||||||
, "--low" , "lightblue"
|
, "--low" , "#8caaee"
|
||||||
, "--normal" , "#f8f8f2"
|
, "--normal" , "#a6d189"
|
||||||
, "--high" , "darkred"
|
, "--high" , "#eebebe"
|
||||||
] 9000
|
] 9000
|
||||||
, Run MultiCpu
|
, Run MultiCpu
|
||||||
[ "--template" , "Cpu: <total>%"
|
[ "--template" , "Cpu: <total>%"
|
||||||
, "--Low" , "25"
|
, "--Low" , "25"
|
||||||
, "--High" , "75"
|
, "--High" , "75"
|
||||||
, "--low" , "darkgreen"
|
, "--low" , "#a6d189"
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "#ef9f76"
|
||||||
, "--high" , "darkred"
|
, "--high" , "#eebebe"
|
||||||
] 10
|
] 10
|
||||||
, Run CoreTemp
|
, Run CoreTemp
|
||||||
[ "--template" , "Temp: <core0>°C|<core1>°C|<core2>°C|<core3>°C|<core4>°C|<core5>°C"
|
[ "--template" , "Temp: <core0>°C|<core1>°C|<core2>°C|<core3>°C|<core4>°C|<core5>°C"
|
||||||
, "--Low" , "60"
|
, "--Low" , "60"
|
||||||
, "--High" , "85"
|
, "--High" , "85"
|
||||||
, "--low" , "darkgreen"
|
, "--low" , "#a6d189"
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "#ef9f76"
|
||||||
, "--high" , "darkred"
|
, "--high" , "#eebebe"
|
||||||
] 50
|
] 50
|
||||||
, Run Memory
|
, Run Memory
|
||||||
[ "--template" , "Mem: <usedratio>%"
|
[ "--template" , "Mem: <usedratio>%"
|
||||||
, "--Low" , "20"
|
, "--Low" , "20"
|
||||||
, "--High" , "60"
|
, "--High" , "60"
|
||||||
, "--low" , "darkgreen"
|
, "--low" , "#a6d189"
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "#ef9f76"
|
||||||
, "--high" , "darkred"
|
, "--high" , "#eebebe"
|
||||||
] 10
|
] 10
|
||||||
, Run Kbd
|
, Run Kbd
|
||||||
[ ("it" , "<fc=#00008B>IT</fc>")
|
[ ("it" , "<fc=#a6d189>IT</fc>")
|
||||||
, ("us" , "<fc=#8B0000>US</fc>")
|
, ("us" , "<fc=#ef9f76>US</fc>")
|
||||||
, ("sk(qwerty)" , "<fc=#008B00>SK</fc>")
|
, ("sk(qwerty)" , "<fc=#eebebe>SK</fc>")
|
||||||
]
|
]
|
||||||
, Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10
|
, Run Date "%a %Y-%m-%d <fc=#81c8be>%H:%M</fc>" "date" 10
|
||||||
, Run Uptime
|
|
||||||
[ "--template" , "Uptime: <days>d <hours>h <minutes>m"
|
|
||||||
] 600
|
|
||||||
, Run XMonadLog
|
, Run XMonadLog
|
||||||
]
|
]
|
||||||
, sepChar = "%"
|
, sepChar = "%"
|
||||||
|
@ -1,50 +1,50 @@
|
|||||||
Config { overrideRedirect = False
|
Config { overrideRedirect = False
|
||||||
, font = "Jetbrains Mono Nerd Font Bold 9"
|
, font = "Jetbrains Mono Nerd Font Bold 9"
|
||||||
, bgColor = "black"
|
, bgColor = "#232634"
|
||||||
, fgColor = "#646464"
|
, fgColor = "#626880"
|
||||||
, position = Top
|
, position = Top
|
||||||
, border = NoBorder
|
, border = NoBorder
|
||||||
, borderColor = "#646464"
|
, borderColor = "#232634"
|
||||||
, allDesktops = True
|
, allDesktops = True
|
||||||
, pickBroadest = True
|
, pickBroadest = True
|
||||||
, commands = [ Run Weather "LZIB"
|
, commands = [ Run Weather "LZIB"
|
||||||
[ "--template", "<weather> <tempC>°C"
|
[ "--template", "<weather> <tempC>°C"
|
||||||
, "-L", "0"
|
, "-L", "0"
|
||||||
, "-H", "25"
|
, "-H", "25"
|
||||||
, "--low" , "lightblue"
|
, "--low" , "#8caaee"
|
||||||
, "--normal" , "#f8f8f2"
|
, "--normal" , "#a6d189"
|
||||||
, "--high" , "darkred"
|
, "--high" , "#eebebe"
|
||||||
] 9000
|
] 9000
|
||||||
, Run MultiCpu
|
, Run MultiCpu
|
||||||
[ "--template" , "Cpu: <total>%"
|
[ "--template" , "Cpu: <total>%"
|
||||||
, "--Low" , "25"
|
, "--Low" , "25"
|
||||||
, "--High" , "75"
|
, "--High" , "75"
|
||||||
, "--low" , "darkgreen"
|
, "--low" , "#a6d189"
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "#ef9f76"
|
||||||
, "--high" , "darkred"
|
, "--high" , "#eebebe"
|
||||||
] 10
|
] 10
|
||||||
, Run CoreTemp
|
, Run CoreTemp
|
||||||
[ "--template" , "Temp: <core0>°C|<core1>°C|<core2>°C|<core3>°C|<core4>°C|<core5>°C"
|
[ "--template" , "Temp: <core0>°C|<core1>°C|<core2>°C|<core3>°C|<core4>°C|<core5>°C"
|
||||||
, "--Low" , "60"
|
, "--Low" , "60"
|
||||||
, "--High" , "85"
|
, "--High" , "85"
|
||||||
, "--low" , "darkgreen"
|
, "--low" , "#a6d189"
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "#ef9f76"
|
||||||
, "--high" , "darkred"
|
, "--high" , "#eebebe"
|
||||||
] 50
|
] 50
|
||||||
, Run Memory
|
, Run Memory
|
||||||
[ "--template" , "Mem: <usedratio>%"
|
[ "--template" , "Mem: <usedratio>%"
|
||||||
, "--Low" , "20"
|
, "--Low" , "20"
|
||||||
, "--High" , "60"
|
, "--High" , "60"
|
||||||
, "--low" , "darkgreen"
|
, "--low" , "#a6d189"
|
||||||
, "--normal" , "darkorange"
|
, "--normal" , "#ef9f76"
|
||||||
, "--high" , "darkred"
|
, "--high" , "#eebebe"
|
||||||
] 10
|
] 10
|
||||||
, Run Kbd
|
, Run Kbd
|
||||||
[ ("it" , "<fc=#00008B>IT</fc>")
|
[ ("it" , "<fc=#a6d189>IT</fc>")
|
||||||
, ("us" , "<fc=#8B0000>US</fc>")
|
, ("us" , "<fc=#ef9f76>US</fc>")
|
||||||
, ("sk(qwerty)" , "<fc=#008B00>SK</fc>")
|
, ("sk(qwerty)" , "<fc=#eebebe>SK</fc>")
|
||||||
]
|
]
|
||||||
, Run Date "%a %Y-%m-%d <fc=#8be9fd>%H:%M</fc>" "date" 10
|
, Run Date "%a %Y-%m-%d <fc=#81c8be>%H:%M</fc>" "date" 10
|
||||||
, Run Uptime
|
, Run Uptime
|
||||||
[ "--template" , "Uptime: <days>d <hours>h <minutes>m"
|
[ "--template" , "Uptime: <days>d <hours>h <minutes>m"
|
||||||
] 600
|
] 600
|
||||||
|
@ -56,10 +56,10 @@ myBrowser :: String
|
|||||||
myBrowser = "vivaldi"
|
myBrowser = "vivaldi"
|
||||||
|
|
||||||
myNormBorderColor :: String
|
myNormBorderColor :: String
|
||||||
myNormBorderColor = "#000000"
|
myNormBorderColor = "#232634"
|
||||||
|
|
||||||
myFocusBorderColor :: String
|
myFocusBorderColor :: String
|
||||||
myFocusBorderColor = "#006700"
|
myFocusBorderColor = "#81c8be"
|
||||||
|
|
||||||
myKeyboardLayoutIT :: String
|
myKeyboardLayoutIT :: String
|
||||||
myKeyboardLayoutIT = " -layout it"
|
myKeyboardLayoutIT = " -layout it"
|
||||||
@ -141,8 +141,8 @@ myLayoutHook = onWorkspace "2:\xe743 " myWebLayout $ onWorkspace "3:\xf1b6 " myG
|
|||||||
myTabbed
|
myTabbed
|
||||||
= renamed [Replace "Tabbed"]
|
= renamed [Replace "Tabbed"]
|
||||||
$ tabbed shrinkText myTabConfig
|
$ tabbed shrinkText myTabConfig
|
||||||
myTabConfig = def { activeColor = "#393939"
|
myTabConfig = def { activeColor = "#737994"
|
||||||
, inactiveColor = "#191b1c"
|
, inactiveColor = "#232634"
|
||||||
}
|
}
|
||||||
tiled = Tall nmaster delta ratio
|
tiled = Tall nmaster delta ratio
|
||||||
nmaster = 1
|
nmaster = 1
|
||||||
@ -155,28 +155,28 @@ xmobar2 = statusBarProp "xmobar -x 1 ~/.config/xmobar/xmobarrc_hdmi" (pure myXmo
|
|||||||
|
|
||||||
myXmobarPP :: PP
|
myXmobarPP :: PP
|
||||||
myXmobarPP = def
|
myXmobarPP = def
|
||||||
{ ppSep = darkgreen " • "
|
{ ppSep = teal " • "
|
||||||
, ppTitleSanitize = xmobarStrip
|
, ppTitleSanitize = xmobarStrip
|
||||||
, ppCurrent = wrap " " "" . xmobarBorder "Top" "#8be9fd" 2
|
, ppCurrent = wrap " " "" . xmobarBorder "Top" "#81c8be" 2
|
||||||
, ppHidden = white . wrap " " ""
|
, ppHidden = white . wrap " " ""
|
||||||
, ppHiddenNoWindows = lowWhite . wrap " " ""
|
, ppHiddenNoWindows = surface0 . wrap " " ""
|
||||||
, ppUrgent = red . wrap (yellow "!") (yellow "!")
|
, ppUrgent = red . wrap (yellow "!") (yellow "!")
|
||||||
, ppOrder = \[ws, l, _, wins] -> [ws, l, wins]
|
, ppOrder = \[ws, l, _, wins] -> [ws, l, wins]
|
||||||
, ppExtras = [logTitles formatFocused formatUnfocused]
|
, ppExtras = [logTitles formatFocused formatUnfocused]
|
||||||
}
|
}
|
||||||
where
|
where
|
||||||
formatFocused = wrap (white "[") (white "]") . darkgreen . ppWindow
|
formatFocused = wrap (white "[") (white "]") . teal . ppWindow
|
||||||
formatUnfocused = wrap (lowWhite "[") (lowWhite "]") . white . ppWindow
|
formatUnfocused = wrap (surface0 "[") (surface0 "]") . white . ppWindow
|
||||||
|
|
||||||
ppWindow :: String -> String
|
ppWindow :: String -> String
|
||||||
ppWindow = xmobarRaw . (\w -> if null w then "untitled" else w) . shorten 25
|
ppWindow = xmobarRaw . (\w -> if null w then "untitled" else w) . shorten 30
|
||||||
|
|
||||||
lowWhite, darkgreen, red, white, yellow :: String -> String
|
surface0, teal, red, white, yellow :: String -> String
|
||||||
darkgreen = xmobarColor "#013220" ""
|
teal = xmobarColor "#81c8be" ""
|
||||||
white = xmobarColor "#f8f8f2" ""
|
white = xmobarColor "#f8f8f2" ""
|
||||||
yellow = xmobarColor "#f1fa8c" ""
|
yellow = xmobarColor "#e5c890" ""
|
||||||
red = xmobarColor "#ff5555" ""
|
red = xmobarColor "#e78284" ""
|
||||||
lowWhite = xmobarColor "#bbbbbb" ""
|
surface0 = xmobarColor "#414559" ""
|
||||||
|
|
||||||
-- Autostart
|
-- Autostart
|
||||||
myStartupHook :: X ()
|
myStartupHook :: X ()
|
||||||
@ -187,7 +187,7 @@ myStartupHook = do
|
|||||||
spawnOnce "xautolock -time 10 -locker slock -detectsleep"
|
spawnOnce "xautolock -time 10 -locker slock -detectsleep"
|
||||||
spawnOnce "trayer --edge top --align right --SetDockType true \
|
spawnOnce "trayer --edge top --align right --SetDockType true \
|
||||||
\--SetPartialStrut true --expand true --width 7 \
|
\--SetPartialStrut true --expand true --width 7 \
|
||||||
\--transparent true --tint 0x1f2022 --height 18 \
|
\--transparent true --tint 0x232634 --height 18 \
|
||||||
\--monitor 0"
|
\--monitor 0"
|
||||||
spawnOnce "redshift-gtk"
|
spawnOnce "redshift-gtk"
|
||||||
spawnOnce "udiskie"
|
spawnOnce "udiskie"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user