diff options
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 | ||||
-rw-r--r-- | polybar/.config/polybar/config | 9 | ||||
-rw-r--r-- | x/.Xresources | 60 |
3 files changed, 46 insertions, 25 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 40c716f..d2e81a8 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc | |||
@@ -10,7 +10,7 @@ picom --config ~/.config/picom.conf & | |||
10 | ~/scrypts/bat_check.sh & | 10 | ~/scrypts/bat_check.sh & |
11 | redshift -l 13.082680:80.270718 & | 11 | redshift -l 13.082680:80.270718 & |
12 | xbacklight -set 30 & | 12 | xbacklight -set 30 & |
13 | feh --bg-fill ~/Pictures/wavvy.jpg & | 13 | feh --bg-fill ~/Pictures/robo.jpg & |
14 | urxvtd & | 14 | urxvtd & |
15 | 15 | ||
16 | bspc monitor -d term web music files code virt chat game IX X | 16 | bspc monitor -d term web music files code virt chat game IX X |
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 72898d9..bb89b73 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -3,10 +3,10 @@ screenchange-reload = true | |||
3 | 3 | ||
4 | [colors] | 4 | [colors] |
5 | #background = ${xrdb:color0:#222} | 5 | #background = ${xrdb:color0:#222} |
6 | background = ${xrdb:background:#09090d} | 6 | background = ${xrdb:background:#161719} |
7 | background-alt = ${xrdb:color0:#000} | 7 | background-alt = ${xrdb:color0:#000} |
8 | ;foreground = ${xrdb:color7:#222} | 8 | ;foreground = ${xrdb:color7:#222} |
9 | foreground = ${xrdb:foreground:#dfdfdf} | 9 | foreground = ${xrdb:foreground:#c5c8c6} |
10 | foreground-alt = ${xrdb:colorBD:#444} | 10 | foreground-alt = ${xrdb:colorBD:#444} |
11 | primary = ${xrdb:color4:#ffb52a} | 11 | primary = ${xrdb:color4:#ffb52a} |
12 | secondary = ${xrdb:color3:#e60053} | 12 | secondary = ${xrdb:color3:#e60053} |
@@ -68,12 +68,13 @@ ws-icon-7 = game;戮 | |||
68 | ws-icon-default = | 68 | ws-icon-default = |
69 | 69 | ||
70 | label-focused = %name% | 70 | label-focused = %name% |
71 | label-focused-foreground = ${xrdb:color4:#8c5760} | 71 | label-focused-foreground = ${xrdb:color12:#ffd7b1} |
72 | label-focused-padding = 1 | 72 | label-focused-padding = 1 |
73 | ;label-focused-font = 10 | 73 | ;label-focused-font = 10 |
74 | 74 | ||
75 | label-occupied = %name% | 75 | label-occupied = %name% |
76 | label-occupied-foreground = ${xrdb:color15:#839496} | 76 | ;label-occupied-foreground = ${xrdb:color15:#85befd} |
77 | label-occupied-foreground = #5e5c5c | ||
77 | label-occupied-padding = 1 | 78 | label-occupied-padding = 1 |
78 | 79 | ||
79 | label-empty = | 80 | label-empty = |
diff --git a/x/.Xresources b/x/.Xresources index 9022d87..c460775 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -33,26 +33,46 @@ URxvt*fading: 0 | |||
33 | URxvt*tintColor: #ffffff | 33 | URxvt*tintColor: #ffffff |
34 | URxvt*shading: 0 | 34 | URxvt*shading: 0 |
35 | URxvt*inheritPixmap: False | 35 | URxvt*inheritPixmap: False |
36 | 36 | *.foreground: #c5c8c6 | |
37 | URxvt.foreground: #839496 | 37 | *.background: #161719 |
38 | URxvt.background: #09090d | 38 | *.cursorColor: #d0d0d0 |
39 | URxvt.cursor: #839496 | 39 | ! |
40 | URxvt.color0: #353540 | 40 | ! Black |
41 | URxvt.color8: #545466 | 41 | *.color0: #000000 |
42 | URxvt.color1: #8c5760 | 42 | *.color8: #000000 |
43 | URxvt.color9: #b26f7a | 43 | ! |
44 | URxvt.color2: #7b8c58 | 44 | ! Red |
45 | URxvt.color10: #9db270 | 45 | *.color1: #d12121 |
46 | URxvt.color3: #8c6e43 | 46 | *.color9: #d12121 |
47 | URxvt.color11: #b28c55 | 47 | ! |
48 | URxvt.color4: #58698c | 48 | ! Green |
49 | URxvt.color12: #7086b2 | 49 | *.color2: #87c38a |
50 | URxvt.color5: #7b5e7d | 50 | *.color10: #94fa36 |
51 | URxvt.color13: #9c77b2 | 51 | ! |
52 | URxvt.color6: #66808c | 52 | ! Yellow |
53 | URxvt.color14: #82a2b2 | 53 | *.color3: #ffd7b1 |
54 | URxvt.color7: #8c8b8b | 54 | *.color11: #f5ffa8 |
55 | URxvt.color15: #b8b8c8 | 55 | ! |
56 | ! Blue | ||
57 | *.color4: #85befd | ||
58 | *.color12: #96cbfe | ||
59 | ! | ||
60 | ! Magenta | ||
61 | *.color5: #b9b6fc | ||
62 | *.color13: #b9b6fc | ||
63 | ! | ||
64 | ! Cyan | ||
65 | *.color6: #85befd | ||
66 | *.color14: #85befd | ||
67 | ! | ||
68 | ! White | ||
69 | *.color7: #e0e0e0 | ||
70 | *.color15: #e0e0e0 | ||
71 | ! | ||
72 | ! Bold, Italic, Underline | ||
73 | *.colorBD: #c5c8c6 | ||
74 | !*.colorIT: | ||
75 | !*.colorUL: | ||
56 | !#include "/home/ssaini/.cache/wal/colors.Xresources" | 76 | !#include "/home/ssaini/.cache/wal/colors.Xresources" |
57 | 77 | ||
58 | ! Perls | 78 | ! Perls |