Remove nm-applet and add bluetooth applet

This commit is contained in:
Thomas Dehaeze 2020-06-03 21:54:08 +02:00
parent 0aaf3e8bef
commit 83a4ac8f74

View File

@ -42,45 +42,45 @@
#define base0E #d3869b #define base0E #d3869b
#define base0F #d65d0e #define base0F #d65d0e
*foreground: base05 ,*foreground: base05
#ifdef background_opacity #ifdef background_opacity
*background: [background_opacity]base00 ,*background: [background_opacity]base00
#else #else
*background: base00 ,*background: base00
#endif #endif
*cursorColor: base05 ,*cursorColor: base05
*color0: base00 ,*color0: base00
*color1: base08 ,*color1: base08
*color2: base0B ,*color2: base0B
*color3: base0A ,*color3: base0A
*color4: base0D ,*color4: base0D
*color5: base0E ,*color5: base0E
*color6: base0C ,*color6: base0C
*color7: base05 ,*color7: base05
*color8: base03 ,*color8: base03
*color9: base08 ,*color9: base08
*color10: base0B ,*color10: base0B
*color11: base0A ,*color11: base0A
*color12: base0D ,*color12: base0D
*color13: base0E ,*color13: base0E
*color14: base0C ,*color14: base0C
*color15: base07 ,*color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary ! use 'shell' template to set these if necessary
*color16: base09 ,*color16: base09
*color17: base0F ,*color17: base0F
*color18: base01 ,*color18: base01
*color19: base02 ,*color19: base02
*color20: base04 ,*color20: base04
*color21: base06 ,*color21: base06
#+end_src #+end_src
** Fonts ** Fonts
#+BEGIN_SRC conf #+BEGIN_SRC conf
Xft.dpi: 96 Xft.dpi: 192
Xft.autohint: 0 Xft.autohint: 0
Xft.lcdfilter: lcddefault Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull Xft.hintstyle: hintfull
@ -442,11 +442,8 @@ Start programs related to display.
Start the applications related to the top bar (polybar + applet). Start the applications related to the top bar (polybar + applet).
#+begin_src bash #+begin_src bash
# Start Network Management Framework
# nm-applet &
# Bluetooth Manager # Bluetooth Manager
# blueman-applet & blueman-applet &
# Synology Cloud Station Drive # Synology Cloud Station Drive
synology-drive & synology-drive &