From aec042b2ef6d2090e7ef670543f41334e3eacff2 Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 20 Jan 2021 13:21:47 +0530 Subject: [PATCH] Adds a label for disk usage --- files/i3/.config/i3blocks/config | 1 + files/x11/.config/alacritty/alacritty.yml | 26 +++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/files/i3/.config/i3blocks/config b/files/i3/.config/i3blocks/config index 0b1c11a..a4ee8b8 100644 --- a/files/i3/.config/i3blocks/config +++ b/files/i3/.config/i3blocks/config @@ -62,6 +62,7 @@ markup=pango # Shows disk space remaining in /home [disk] interval=30 +label=💾 [bandwidth2] interval=persist diff --git a/files/x11/.config/alacritty/alacritty.yml b/files/x11/.config/alacritty/alacritty.yml index 2dc7b18..d6e359e 100644 --- a/files/x11/.config/alacritty/alacritty.yml +++ b/files/x11/.config/alacritty/alacritty.yml @@ -1,38 +1,38 @@ # Append to bottom of this file schemes: solarized_light: &light - # COLORSCHEME: base16-solarized-dark.yml + # COLORSCHEME: base16-solarized-light.yml # Default colors primary: - background: '0x002b36' - foreground: '0x93a1a1' + background: '0xfdf6e3' + foreground: '0x586e75' # Colors the cursor will use if `custom_cursor_colors` is true cursor: - text: '0x002b36' - cursor: '0x93a1a1' + text: '0xfdf6e3' + cursor: '0x586e75' # Normal colors normal: - black: '0x002b36' + black: '0xfdf6e3' red: '0xdc322f' green: '0x859900' yellow: '0xb58900' blue: '0x268bd2' magenta: '0x6c71c4' cyan: '0x2aa198' - white: '0x93a1a1' + white: '0x586e75' # Bright colors bright: - black: '0x657b83' + black: '0x839496' red: '0xcb4b16' - green: '0x073642' - yellow: '0x586e75' - blue: '0x839496' - magenta: '0xeee8d5' + green: '0xeee8d5' + yellow: '0x93a1a1' + blue: '0x657b83' + magenta: '0x073642' cyan: '0xd33682' - white: '0xfdf6e3' + white: '0x002b36' colors: *light live_config_reload: true