Skip to content

Commit 1f13457

Browse files
committed
Add ubuntu setup and fonts folder
1 parent c30112a commit 1f13457

File tree

13 files changed

+163
-16
lines changed

13 files changed

+163
-16
lines changed

config/bspwm/bspwmrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ bspc rule -a mplayer2 state=floating
2828
bspc rule -a Kupfer.py focus=on
2929
bspc rule -a Screenkey manage=off
3030

31-
$HOME/.config/polybar/launch.sh &
3231
compton &
3332
dunst &
3433
mpd &
35-
setxkbmap -option caps:super & feh --bg-center ~/dotfiles/config/i3/wallpaper.png &
34+
setxkbmap -option caps:super &
35+
feh --bg-center ~/dotfiles/config/i3/wallpaper.png &
36+
$HOME/.config/polybar/launch.sh &

config/polybar/config

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,28 @@
1717
;==========================================================
1818

1919
[colors]
20-
background = ${xrdb:color0:#222}
20+
background = #222222
2121
background-alt = #444
2222
foreground = #dfdfdf
2323
foreground-alt = #555
2424
primary = #ab4642
2525
secondary = #e60053
2626
alert = #bd2c40
2727

28+
red = #F06A6A
29+
pink = #EC1850
30+
purple = #BA40A0
31+
blue = #427DCD
32+
cyan = #4DA8B9
33+
green = #5CAC30
34+
yellow = #D2A91D
35+
amber = #FD890F
36+
orange = #EA7222
37+
brown = #AC5C4E
38+
grey = #8C8C8C
39+
indigo = #4759C6
40+
blue-gray = #6D8895
41+
2842
[bar/mybar]
2943
;monitor = ${env:MONITOR:HDMI-1}
3044
width = 100%
@@ -136,7 +150,7 @@ label-song-ellipsis = false
136150
type = internal/cpu
137151
interval = 2
138152
format-prefix = ""
139-
format-prefix-foreground = ${colors.foreground-alt}
153+
format-prefix-foreground = ${colors.red}
140154
; format-underline = #f90000
141155
label = %percentage:2%%
142156

@@ -154,7 +168,7 @@ interface = wlo1
154168
interval = 3.0
155169

156170
format-connected = <ramp-signal> <label-connected>
157-
format-connected-underline = #9f78e1
171+
; format-connected-underline = #9f78e1
158172
label-connected = %essid%
159173

160174
format-disconnected =
@@ -168,7 +182,7 @@ ramp-signal-1 = 
168182
ramp-signal-2 = 直
169183
ramp-signal-3 = 直
170184
ramp-signal-4 = 直
171-
ramp-signal-foreground = ${colors.foreground-alt}
185+
ramp-signal-foreground = ${colors.green}
172186

173187
[module/eth]
174188
type = internal/network
@@ -177,7 +191,7 @@ interval = 3.0
177191

178192
; format-connected-underline = #55aa55
179193
format-connected-prefix = ""
180-
format-connected-prefix-foreground = ${colors.foreground-alt}
194+
format-connected-prefix-foreground = ${colors.yellow}
181195
label-connected = Connected
182196

183197
format-disconnected =
@@ -196,8 +210,8 @@ date-alt = " %Y-%m-%d"
196210
time = %H:%M
197211
time-alt = %H:%M:%S
198212

199-
format-prefix =
200-
format-prefix-foreground = ${colors.foreground-alt}
213+
format-prefix =
214+
format-prefix-foreground = ${colors.cyan}
201215
; format-underline = #0a6cf5
202216

203217
label = %date% %time%
@@ -207,10 +221,10 @@ type = internal/pulseaudio
207221

208222
format-volume = <label-volume> <bar-volume>
209223
label-volume = %percentage%%
210-
label-volume-foreground = ${root.foreground}
224+
label-volume-foreground = ${colors.foreground}
211225

212226
label-muted =  muted
213-
label-muted-foreground = #666
227+
label-muted-foreground = ${colors.pink}
214228

215229
bar-volume-width = 10
216230
bar-volume-foreground-0 = #55aa55
@@ -242,8 +256,8 @@ format-discharging = <animation-discharging> <label-discharging>
242256
format-discharging-underline = ${self.format-charging-underline}
243257

244258
format-full-prefix = ""
245-
format-full-prefix-foreground = ${colors.foreground-alt}
246-
format-full-underline = ${self.format-charging-underline}
259+
format-full-prefix-foreground = ${colors.blue}
260+
; format-full-underline = ${self.format-charging-underline}
247261

248262
ramp-capacity-0 = 
249263
ramp-capacity-1 = 

config/sxhkd/sxhkdrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ super + {Left,Down,Up,Right}
130130

131131
#tmp shortcut
132132
ctrl + alt + l
133-
i3lock -t -i $(find ~/dotfiles/images/ -name "lock*.png" | shuf -n1)
133+
betterlockscreen -l blur
134134

135135
#Volume Control
136136
XF86AudioLowerVolume

fonts/.uuid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dc283c02-442c-4f83-ae9f-84283c31db1c
1.66 MB
Binary file not shown.

fonts/Hack-Bold.ttf

310 KB
Binary file not shown.

fonts/Hack-BoldItalic.ttf

315 KB
Binary file not shown.

fonts/Hack-Italic.ttf

309 KB
Binary file not shown.

fonts/Hack-Regular.ttf

302 KB
Binary file not shown.
938 KB
Binary file not shown.

0 commit comments

Comments
 (0)