From 6a265a15961e1bda46cdf2dbd2fca2091f371f2d Mon Sep 17 00:00:00 2001 From: Luca Bilke <bilke@tralios.de> Date: Tue, 6 Feb 2024 10:24:32 +0100 Subject: [PATCH] add xmenu config --- .config/X11/xresources | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.config/X11/xresources b/.config/X11/xresources index 44fea1e7..cb67d43c 100644 --- a/.config/X11/xresources +++ b/.config/X11/xresources @@ -66,8 +66,6 @@ dwm.scratchnormbgcolor: UNDEFINED dwm.scratchnormbordercolor: GRAY dwm.scratchnormfloatcolor: GRAY -! *.font: Noto Sans:style=Regular:pixelsize=14:antialias=true; - st.color0: BLACK st.color1: RED st.color2: GREEN @@ -93,3 +91,12 @@ st.selectionForeground: WHITE st.selectionBackground: #33467c st.alpha: 0.9 st.alphaUnfocused: 0.80 + +xmenu.font: FiraCode Nerd Font:style=Regular:pixelsize=14:antialias=true; +xmenu.foreground: LIGHT_GRAY +xmenu.background: BLACK +xmenu.selforeground: BLACK +xmenu.selbackground: BLUE +xmenu.border: BLUE +xmenu.separator: GRAY +xmenu.borderWidth: 2