diff options
author | listout <listout@protonmail.com> | 2022-03-31 11:19:08 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-03-31 11:19:08 +0530 |
commit | 1d1364359a9a47f4fc20979da7db1d2c5af9de38 (patch) | |
tree | 44f8de367342f764e1138262a76375c97491856a | |
parent | 4aaf1cbc8f67273220a19a87defe4b7c150f7325 (diff) |
Xresources: polybar/config:
Colorscheme and wireless interface name change
Signed-off-by: listout <listout@protonmail.com>
-rw-r--r-- | .Xresources | 44 | ||||
-rw-r--r-- | .config/polybar/config | 6 |
2 files changed, 24 insertions, 26 deletions
diff --git a/.Xresources b/.Xresources index 4607b1c..07f3666 100644 --- a/.Xresources +++ b/.Xresources @@ -1,24 +1,22 @@ ! Colors -*background: #1a1b26 -*foreground: #c0caf5 - -*color0: #15161E -*color1: #f7768e -*color2: #9ece6a -*color3: #e0af68 -*color4: #7aa2f7 -*color5: #bb9af7 -*color6: #7dcfff -*color7: #a9b1d6 - -*color8: #414868 -*color9: #f7768e -*color10: #9ece6a -*color11: #e0af68 -*color12: #7aa2f7 -*color13: #bb9af7 -*color14: #7dcfff -*color15: #c0caf5 +*.foreground: #b5b4c9 +*.background: #1c1c1c +*.color0: #2e313d +*.color8: #5b5f71 +*.color1: #cf8164 +*.color9: #fe9f7c +*.color2: #76a065 +*.color10: #92c47e +*.color3: #ab924c +*.color11: #d2b45f +*.color4: #8296b0 +*.color12: #a0b9d8 +*.color5: #a18daf +*.color13: #c6aed7 +*.color6: #659ea2 +*.color14: #7dc2c7 +*.color7: #b5b4c9 +*.color15: #f0ecfe ! XTerm config XTerm.vt100.locale: false @@ -31,9 +29,9 @@ XTerm.vt100.translations: #override \n\ Ctrl <Key>R: restore() \n\ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ Ctrl Shift <Key>V: insert-selection(CLIPBOARD) -XTerm.vt100.faceName: UW Ttyp0:pixelsize=16 -XTerm.vt100.boldFont: UW Ttyp0:bold:pixelsize=16 -XTerm.vt100.italicFont: UW Ttyp0:pixelsize=16 +XTerm.vt100.faceName: Dina:pixelsize=13 +XTerm.vt100.boldFont: Dina:bold:pixelsize=13 +XTerm.vt100.italicFont: Dina:pixelsize=13 ! URxvt config URxvt.scrollBar: flase diff --git a/.config/polybar/config b/.config/polybar/config index ff36f11..e6b536c 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -34,7 +34,7 @@ override-redirect = false ; FONTS ; ;-------; -font-0="ypn envypn:pixelsize=11;1" +font-0="Dina:pixelsize=11;1" ;---------; ; MODULES ; @@ -171,8 +171,8 @@ label-empty-background = ${colors.background} [module/network] type=internal/network -interface=${env:DEFAULT_NETWORK_INTERFACE:wlp2s0} -interval=3.0 +interface=wlan0 +interval=1.0 label-connected=%local_ip% label-disconnected="" |