Skip to content

Commit 138af53

Browse files
committed
Theme.
1 parent e9548c2 commit 138af53

File tree

5 files changed

+49
-67
lines changed

5 files changed

+49
-67
lines changed

Xdefaults

Lines changed: 20 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,26 @@
1-
! terminal colours
2-
*foreground: #CCCCCC
3-
*background: #1B1D1E
1+
*.foreground: #ebdbb2
2+
*.background: #282828
3+
*.color0: #282828
4+
*.color8: #928374
5+
*.color1: #cc241d
6+
*.color9: #fb4934
7+
*.color2: #98971a
8+
*.color10: #b8bb26
9+
*.color3: #d79921
10+
*.color11: #fabd2f
11+
*.color4: #458588
12+
*.color12: #83a598
13+
*.color5: #b16286
14+
*.color13: #d3869b
15+
*.color6: #689d6a
16+
*.color14: #8ec07c
17+
*.color7: #a89984
18+
*.color15: #ebdbb2
419

5-
!black darkgray
6-
*color0: #1B1D1E
7-
*color8: #808080
8-
!darkred red
9-
*color1: #FF0044
10-
*color9: #F92672
11-
!darkgreen green
12-
*color2: #82B414
13-
*color10: #A6E22E
14-
!darkyellow yellow
15-
*color3: #FD971F
16-
*color11: #E6DB74
17-
!darkblue blue
18-
*color4: #266C98
19-
*color12: #7070F0
20-
!darkmagenta magenta
21-
*color5: #AC0CB1
22-
*color13: #D63AE1
23-
!darkcyan cyan
24-
*color6: #AE81FF
25-
*color14: #66D9EF
26-
!gray white
27-
*color7: #CCCCCC
28-
*color15: #F8F8F2
29-
30-
URxvt.background: #1B1D1E
31-
URxvt.font: xft:sourcecodepro:size=9
20+
URxvt.font: xft:sourcecodepro:size=11
3221
URxvt.scrollBar: false
3322
URxvt.depth: 32
34-
URxvt.internalBorder: 48
23+
URxvt.internalBorder: 32
3524
URxvt*cursorUnderline: true
3625
URxvt*fading: 0
3726
URxvt*shading: 0

config/dunst/dunstrc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
frame_width = 2
6565

6666
# Defines color of the frame around the notification window.
67-
frame_color = "#808080"
67+
frame_color = "#ebdbb2"
6868

6969
# Define a color for the separator.
7070
# possible values are:
@@ -243,19 +243,19 @@
243243
context = ctrl+shift+period
244244

245245
[urgency_low]
246-
background = "#1b1d1e"
247-
foreground = "#cccccc"
246+
background = "#282828"
247+
foreground = "#ebdbb2"
248248
timeout = 10
249249

250250
[urgency_normal]
251-
background = "#1b1d1e"
252-
foreground = "#cccccc"
251+
background = "#282828"
252+
foreground = "#ebdbb2"
253253
timeout = 10
254254

255255
[urgency_critical]
256-
background = "#1b1d1e"
257-
foreground = "#cccccc"
258-
frame_color = "#ff0044"
256+
background = "#282828"
257+
foreground = "#ebdbb2"
258+
frame_color = "#cc241d"
259259
timeout = 0
260260

261261
# Every section that isn't one of the above is interpreted as a rules to

config/i3/config

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,15 @@ popup_during_fullscreen smart
3333
workspace_auto_back_and_forth yes
3434

3535
# Background image
36-
exec_always --no-startup-id feh --bg-scale ~/.wallpapers/stars_sky_space_car_113629_3840x2160.jpg
36+
exec_always --no-startup-id feh --bg-scale /usr/share/backgrounds/System76-Unleash_Your_Robot-by_Kate_Hazen_of_System76.png
3737
# Authentication agent
3838
exec_always --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
3939
# Automatic screen lock
4040
exec_always --no-startup-id xscreensaver -no-splash
4141
# Fast typing
4242
exec_always --no-startup-id xset r rate 250 50
4343
# Notifications
44-
#exec_always --no-startup-id /usr/lib/notify-osd/notify-osd
45-
# Composite manager
46-
#exec_always --no-startup-id compton
44+
exec_always --no-startup-id dunst
4745
# Remove mouse when unused
4846
exec_always --no-startup-id unclutter
4947
# Polybar
@@ -56,16 +54,14 @@ exec_always --no-startup-id /bin/sh -c "pgrep udiskie || udiskie -At"
5654
exec_always --no-startup-id /bin/sh -c "pgrep volumeicon || volumeicon"
5755
# Battery icon
5856
exec_always --no-startup-id /bin/sh -c "pgrep cbatticon || cbatticon"
59-
# System76 control
60-
#exec_always --no-startup-id ~/.config/i3/scripts/system76-control.py
6157
# Redshift
6258
exec_always --no-startup-id /bin/sh -c "pgrep redshift-gtk || (/usr/lib/geoclue-2.0/demos/agent | redshift-gtk)"
6359
# Dropbox
6460
exec_always --no-startup-id dropbox
6561

6662
# Font for window titles. Will also be used by the bar unless a different font
6763
# is used in the bar {} block below.
68-
font pango: Fira Sans Condensed SemiBold 10
64+
font pango: Fira Sans Condensed Bold 11
6965

7066
set $term --no-startup-id urxvt
7167

@@ -195,14 +191,14 @@ mode "resize" {
195191
bindsym $mod+r mode "resize"
196192

197193
# class border bground text indicator child_border
198-
client.focused #7070f0 #1b1d1e #cccccc #7070f0 #7070f0
199-
client.focused_inactive #1b1d1e #cccccc #cccccc #1b1d1e #1b1d1e
200-
client.unfocused #1b1d1e #1b1d1e #1b1d1e #1b1d1e #1b1d1e
201-
client.urgent #1b1d1e #ff0044 #cccccc #ff0044 #ff0044
202-
client.placeholder #1b1d1e #1b1d1e #cccccc #1b1d1e #1b1d1e
203-
204-
bindsym XF86MonBrightnessDown exec --no-startup-id "light -U 5 ; cat /sys/class/backlight/intel_backlight/brightness"
205-
bindsym XF86MonBrightnessUp exec --no-startup-id "light -A 5 ; cat /sys/class/backlight/intel_backlight/brightnes"
194+
client.focused #ebdbb2 #282828 #ebdbb2 #ebdbb2 #ebdbb2
195+
client.focused_inactive #282828 #ebdbb2 #ebdbb2 #282828 #282828
196+
client.unfocused #282828 #282828 #282828 #282828 #282828
197+
client.urgent #282828 #cc241d #ebdbb2 #cc241d #cc241d
198+
client.placeholder #282828 #282828 #ebdbb2 #282828 #282828
199+
200+
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5
201+
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 5
206202
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 5%+
207203
bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 5%-
208204
bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle
@@ -238,5 +234,4 @@ for_window [class="Lxappearance"] floating enable
238234
for_window [class="Pavucontrol"] floating enable
239235
for_window [class="Gnome-calculator"] floating enable
240236
for_window [class="qpaeq"] floating enable
241-
for_window [class="Nautilus"] floating enable
242237
for_window [class="Transmission"] floating enable

config/polybar/config

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ white-alt = ${xrdb:color15}
3232
;monitor = ${env:MONITOR:HDMI-1}
3333
width = 100%
3434
height = 27
35-
;offset-x = 1%
36-
;offset-y = 1%
3735
radius = 0.0
3836
fixed-center = true
3937

@@ -49,7 +47,7 @@ padding-right = 1
4947
module-margin-left = 1
5048
module-margin-right = 2
5149

52-
font-0 = FiraSansCondensed:size=10:style=SemiBold
50+
font-0 = FiraSansCondensed:pixelsize=11:style=ExtraBold
5351
font-1 = FontAwesome5Free:size=10
5452
font-2 = FontAwesome5Brands:size=10
5553
font-3 = FontAwesome5FreeSolid:size=10
@@ -67,13 +65,13 @@ index-sort = true
6765
strip-wsnumbers = true
6866

6967
label-focused = %name%
70-
label-focused-foreground = ${colors.blue-alt}
68+
label-focused-foreground = ${colors.fg-alt}
7169
label-focused-background = ${colors.bg}
7270
label-focused-padding = 2
73-
label-focused-underline = ${colors.blue-alt}
71+
label-focused-underline = ${colors.fg-alt}
7472

7573
label-unfocused = %name%
76-
label-unfocused-foreground = ${colors.fg}
74+
label-unfocused-foreground = ${colors.bg-alt}
7775
label-unfocused-background = ${colors.bg}
7876
label-unfocused-padding = 2
7977

config/rofi/config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ rofi.width: 50
1313
rofi.column: 1
1414
rofi.location: 0
1515
rofi.lines: 10
16-
rofi.padding: 52
16+
rofi.padding: 26
1717
rofi.sidebar-mode: true
1818
rofi.fullscreen: false
1919
rofi.fake-transparency: false
2020
rofi.color-enabled: true
2121

2222
!! bg border separator
23-
rofi.color-window: #1b1d1e, #808080, #7070f0
23+
rofi.color-window: #282828, #ebdbb2, #ebdbb2
2424

2525
!! bg fg bg-alt hl-bg hl-fg
26-
rofi.color-normal: #1b1d1e, #cccccc, #1b1d1e, #7070f0, #cccccc
27-
rofi.color-active: #1b1d1e, #1b1d1e, #1b1d1e, #266c98, #1b1d1e
28-
rofi.color-urgent: #FF0044, #1b1d1e, #FF0044, #FF0044, #1b1d1e
29-
rofi.color-urgent: #1b1d1e, #1b1d1e, #1b1d1e, #1b1d1e, #1b1d1e
26+
rofi.color-normal: #282828, #ebdbb2, #282828, #fb4934, #ebdbb2
27+
rofi.color-active: #282828, #282828, #282828, #458588, #282828
28+
rofi.color-urgent: #cc241d, #282828, #cc241d, #cc241d, #282828
29+
rofi.color-urgent: #282828, #282828, #282828, #282828, #282828

0 commit comments

Comments
 (0)