From 3ed760ffc1baeb051b5697c7f7506dbb220afca9 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 3 Jun 2020 21:54:08 +0200 Subject: [PATCH] Remove nm-applet and add bluetooth applet --- dotfiles/xconfig.org | 71 +++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 37 deletions(-) diff --git a/dotfiles/xconfig.org b/dotfiles/xconfig.org index b859348..38d9f49 100644 --- a/dotfiles/xconfig.org +++ b/dotfiles/xconfig.org @@ -42,51 +42,51 @@ #define base0E #d3869b #define base0F #d65d0e - *foreground: base05 + ,*foreground: base05 #ifdef background_opacity - *background: [background_opacity]base00 + ,*background: [background_opacity]base00 #else - *background: base00 + ,*background: base00 #endif - *cursorColor: base05 + ,*cursorColor: base05 - *color0: base00 - *color1: base08 - *color2: base0B - *color3: base0A - *color4: base0D - *color5: base0E - *color6: base0C - *color7: base05 + ,*color0: base00 + ,*color1: base08 + ,*color2: base0B + ,*color3: base0A + ,*color4: base0D + ,*color5: base0E + ,*color6: base0C + ,*color7: base05 - *color8: base03 - *color9: base08 - *color10: base0B - *color11: base0A - *color12: base0D - *color13: base0E - *color14: base0C - *color15: base07 + ,*color8: base03 + ,*color9: base08 + ,*color10: base0B + ,*color11: base0A + ,*color12: base0D + ,*color13: base0E + ,*color14: base0C + ,*color15: base07 ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), ! use 'shell' template to set these if necessary - *color16: base09 - *color17: base0F - *color18: base01 - *color19: base02 - *color20: base04 - *color21: base06 + ,*color16: base09 + ,*color17: base0F + ,*color18: base01 + ,*color19: base02 + ,*color20: base04 + ,*color21: base06 #+end_src ** Fonts #+BEGIN_SRC conf -Xft.dpi: 96 -Xft.autohint: 0 -Xft.lcdfilter: lcddefault -Xft.hintstyle: hintfull -Xft.hinting: 1 -Xft.antialias: 1 -Xft.rgba: rgb + Xft.dpi: 192 + Xft.autohint: 0 + Xft.lcdfilter: lcddefault + Xft.hintstyle: hintfull + Xft.hinting: 1 + Xft.antialias: 1 + Xft.rgba: rgb #+END_SRC ** Cursor @@ -442,11 +442,8 @@ Start programs related to display. Start the applications related to the top bar (polybar + applet). #+begin_src bash - # Start Network Management Framework - # nm-applet & - # Bluetooth Manager - # blueman-applet & + blueman-applet & # Synology Cloud Station Drive synology-drive &