From a756a7e75a976a95ad90545abe4c41e00b4c6939 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Sat, 1 Jun 2024 19:37:11 +0200 Subject: [PATCH] Update theme settings --- .Xresources | 4 ++++ .config/fastfetch/config.jsonc | 15 ------------- .config/xmobar/xmobarrc_hdmi | 41 +++++++++++++++++----------------- .config/xmobar/xmobarrc_laptop | 41 +++++++++++++++++----------------- .config/xmonad/xmonad.hs | 36 ++++++++++++++--------------- 5 files changed, 63 insertions(+), 74 deletions(-) create mode 100644 .Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..28e19a1 --- /dev/null +++ b/.Xresources @@ -0,0 +1,4 @@ +Xcursor.theme: catppuccin-frappe-blue-cursors + +*.Dialog.bodyFont: Jetbrains Mono Nerd Font +*.Dialog.headingFont: Jetbrains Mono Nerd Font diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index 931d03b..bdf4f83 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -127,21 +127,6 @@ "key": "│ ├󰅐", "keyColor": "green" }, - { - "type": "sound", - "key": " SND", - "keyColor": "cyan" - }, - { - "type": "player", - "key": "│ ├󰥠", - "keyColor": "cyan" - }, - { - "type": "media", - "key": "│ └󰝚", - "keyColor": "cyan" - }, { "type": "custom", "format": "\u001b[90m└────────────────────────────────────────────────────────────┘" diff --git a/.config/xmobar/xmobarrc_hdmi b/.config/xmobar/xmobarrc_hdmi index a8b3175..1bd7ae3 100644 --- a/.config/xmobar/xmobarrc_hdmi +++ b/.config/xmobar/xmobarrc_hdmi @@ -1,58 +1,59 @@ Config { overrideRedirect = True , lowerOnStart = True , font = "Jetbrains Mono Nerd Font Bold 9" - , bgColor = "#232634" - , fgColor = "#626880" + , bgColor = "#24283b" + , fgColor = "#737aa2" , position = Top , border = NoBorder - , borderColor = "#232634" + , borderColor = "#24283b" , allDesktops = True , pickBroadest = True , commands = [ Run Weather "LZIB" [ "--template", "\xe302 : °C" , "-L", "5" , "-H", "25" - , "--low" , "#8caaee" - , "--normal" , "#a6d189" - , "--high" , "#eebebe" + , "--low" , "#7aa2f7" + , "--normal" , "#c3e88d" + , "--high" , "#ff757f" ] 9000 , Run MultiCpu [ "--template" , "\xf4bc Cpu: %" , "--Low" , "25" , "--High" , "75" - , "--low" , "#a6d189" - , "--normal" , "#ef9f76" - , "--high" , "#eebebe" + , "--low" , "#c3e88d" + , "--normal" , "#ff9e64" + , "--high" , "#ff757f" ] 10 , Run CoreTemp [ "--template" , "Temp: °C" , "--Low" , "60" , "--High" , "85" - , "--low" , "#a6d189" - , "--normal" , "#ef9f76" - , "--high" , "#eebebe" + , "--low" , "#c3e88d" + , "--normal" , "#ff9e64" + , "--high" , "#ff757f" ] 50 , Run Memory [ "--template" , "\xefc5 Mem: %" , "--Low" , "20" , "--High" , "60" - , "--low" , "#a6d189" - , "--normal" , "#ef9f76" - , "--high" , "#eebebe" + , "--low" , "#c3e88d" + , "--normal" , "#ff9e64" + , "--high" , "#ff757f" ] 50 , Run Kbd - [ ("it" , "IT") - , ("us" , "US") - , ("sk(qwerty)" , "SK") + [ ("it" , "IT") + , ("us" , "US") + , ("sk(qwerty)" , "SK") ] - , Run Date "\xf133 %a %Y-%m-%d %H:%M" "date" 10 + , Run Date "\xf133 %a %Y-%m-%d %H:%M" "date" 10 , Run Uptime [ "--template" , "\xf017 Uptime: d h m" ] 600 + , Run XPropertyLog "_XMONAD_TRAYPAD" , Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" - , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %pactl_volume% | %date% " + , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %pactl_volume% | %date% %_XMONAD_TRAYPAD% " } diff --git a/.config/xmobar/xmobarrc_laptop b/.config/xmobar/xmobarrc_laptop index c6238c4..e2e7a18 100644 --- a/.config/xmobar/xmobarrc_laptop +++ b/.config/xmobar/xmobarrc_laptop @@ -1,59 +1,58 @@ Config { overrideRedirect = True , lowerOnStart = True , font = "Jetbrains Mono Nerd Font Bold 9" - , bgColor = "#232634" - , fgColor = "#626880" + , bgColor = "#24283b" + , fgColor = "#737aa2" , position = Top , border = NoBorder - , borderColor = "#232634" + , borderColor = "#24283b" , allDesktops = True , pickBroadest = True , commands = [ Run Weather "LZIB" [ "--template", "\xe302 : °C" , "-L", "5" , "-H", "25" - , "--low" , "#8caaee" - , "--normal" , "#a6d189" - , "--high" , "#eebebe" + , "--low" , "#7aa2f7" + , "--normal" , "#c3e88d" + , "--high" , "#ff757f" ] 9000 , Run MultiCpu [ "--template" , "\xf4bc Cpu: %" , "--Low" , "25" , "--High" , "75" - , "--low" , "#a6d189" - , "--normal" , "#ef9f76" - , "--high" , "#eebebe" + , "--low" , "#c3e88d" + , "--normal" , "#ff9e64" + , "--high" , "#ff757f" ] 10 , Run CoreTemp [ "--template" , "Temp: °C" , "--Low" , "60" , "--High" , "85" - , "--low" , "#a6d189" - , "--normal" , "#ef9f76" - , "--high" , "#eebebe" + , "--low" , "#c3e88d" + , "--normal" , "#ff9e64" + , "--high" , "#ff757f" ] 50 , Run Memory [ "--template" , "\xefc5 Mem: %" , "--Low" , "20" , "--High" , "60" - , "--low" , "#a6d189" - , "--normal" , "#ef9f76" - , "--high" , "#eebebe" + , "--low" , "#c3e88d" + , "--normal" , "#ff9e64" + , "--high" , "#ff757f" ] 50 , Run Kbd - [ ("it" , "IT") - , ("us" , "US") - , ("sk(qwerty)" , "SK") + [ ("it" , "IT") + , ("us" , "US") + , ("sk(qwerty)" , "SK") ] - , Run Date "\xf133 %a %Y-%m-%d %H:%M" "date" 10 + , Run Date "\xf133 %a %Y-%m-%d %H:%M" "date" 10 , Run Uptime [ "--template" , "\xf017 Uptime: d h m" ] 600 - , Run XPropertyLog "_XMONAD_TRAYPAD" , Run Com "/home/fuxino/.config/xmobar/pactl_volume.sh" [] "pactl_volume" 10 , Run XMonadLog ] , sepChar = "%" , alignSep = "}{" - , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %pactl_volume% | %date% %_XMONAD_TRAYPAD% " + , template = "  | %XMonadLog% } %uptime% | %multicpu%, %coretemp% | %memory% |  %kbd% { %LZIB% | %pactl_volume% | %date% " } diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 9206a7e..e04bcda 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -60,10 +60,10 @@ myBrowser :: String myBrowser = "vivaldi" myNormBorderColor :: String -myNormBorderColor = "#232634" +myNormBorderColor = "#1f2335" myFocusBorderColor :: String -myFocusBorderColor = "#81c8be" +myFocusBorderColor = "#41a6b5" myKeyboardLayoutIT :: String myKeyboardLayoutIT = " -layout it" @@ -151,8 +151,8 @@ myLayoutHook = onWorkspace "2:\xe743 " myWebLayout $ onWorkspace "3:\xf1b6 " myG myTabbed = renamed [Replace "Tabbed"] $ tabbed shrinkText myTabConfig - myTabConfig = def { activeColor = "#737994" - , inactiveColor = "#232634" + myTabConfig = def { activeColor = "#737aa2" + , inactiveColor = "#24283b" } tiled = Tall nmaster delta ratio nmaster = 1 @@ -165,28 +165,28 @@ xmobar2 = statusBarProp "xmobar -x 1 ~/.config/xmobar/xmobarrc_hdmi" (pure myXmo myXmobarPP :: PP myXmobarPP = def - { ppSep = teal " • " + { ppSep = moonstone " • " , ppTitleSanitize = xmobarStrip - , ppCurrent = wrap " " "" . xmobarBorder "Top" "#81c8be" 2 - , ppHidden = white . wrap " " "" - , ppHiddenNoWindows = surface0 . wrap " " "" - , ppUrgent = red . wrap (yellow "!") (yellow "!") + , ppCurrent = wrap " " "" . xmobarBorder "Top" "#41a6b5" 2 + , ppHidden = cultured . wrap " " "" + , ppHiddenNoWindows = policeblue . wrap " " "" + , ppUrgent = brickred . wrap (topaz "!") (topaz "!") , ppOrder = \[ws, l, _, wins] -> [ws, l, wins] , ppExtras = [logTitles formatFocused formatUnfocused] } where - formatFocused = wrap (white "[") (white "]") . teal . ppWindow - formatUnfocused = wrap (surface0 "[") (surface0 "]") . white . ppWindow + formatFocused = wrap (cultured "[") (cultured "]") . moonstone . ppWindow + formatUnfocused = wrap (policeblue "[") (policeblue "]") . cultured . ppWindow ppWindow :: String -> String ppWindow = xmobarRaw . (\w -> if null w then "untitled" else w) . shorten 20 - surface0, teal, red, white, yellow :: String -> String - teal = xmobarColor "#81c8be" "" - white = xmobarColor "#f8f8f2" "" - yellow = xmobarColor "#e5c890" "" - red = xmobarColor "#e78284" "" - surface0 = xmobarColor "#414559" "" + policeblue, moonstone, brickred, cultured, topaz :: String -> String + moonstone = xmobarColor "#41a6b5" "" + cultured = xmobarColor "#f8f8f2" "" + topaz = xmobarColor "#ffc777" "" + brickred = xmobarColor "#c53b53" "" + policeblue = xmobarColor "#414868" "" -- Autostart myStartupHook :: X () @@ -198,7 +198,7 @@ myStartupHook = do spawnOnce "trayer -l --edge top --align right --SetDockType true \ \--SetPartialStrut true --expand true --widthtype request \ \--transparent true --tint 0x232634 --height 18 \ - \--monitor 1" + \--monitor 0" spawnOnce "redshift-gtk" spawnOnce "udiskie" spawnOnce "nm-applet"