Skip to content

Commit

Permalink
rice: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedtl committed Jan 27, 2020
1 parent bb16ef3 commit dd9568e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .fehbg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
feh --no-fehbg --bg-fill '/home/kiedtl/img/wallpapers/waters.jpg'
feh --no-fehbg --bg-fill '/home/kiedtl/img/wallpapers/raven.jpg'
1 change: 0 additions & 1 deletion etc/Xorg/.xinitrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
sxhkd &
exec ssh-agent bspwm
29 changes: 19 additions & 10 deletions etc/bspwm/bspwmrc
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
#!/bin/sh
# kiedtl's bspwmrc

bspc monitor -d 0 1 2 3 4 5 6 7 8 9
. "${HOME}/.cache/wal/colors.sh"

bspc monitor -d 1 2 3 4 5 6 7 8 9

bspc config normal_border_color "$color1"
bspc config active_border_color "$color2"
bspc config focused_border_color "$color15"
bspc config presel_feedback_color "$color1"

bspc config window_gap 16
bspc config top_padding 24
bspc config border_width 0
bspc config top_padding 48
bspc config border_width 2
bspc config border_radius 7

bspc config pointer_modifier mod1

bspc config single_monocle true
bspc config gapless_monocle false
bspc config gapless_monocle true
bspc config borderless_monocle true
bspc config focus_follows_pointer true
bspc config pointer_follows_focus false

bspc config normal_border_color "#2f364a"
bspc config focused_border_color "#ffffff"

bspc rule -a feh state=floating
bspc rule -a scratchpad sticky=on state=floating hidden=on

Expand All @@ -30,8 +34,13 @@ bspc rule -a scratchpad sticky=on state=floating hidden=on
xmodmap -e "keycode 66 = Escape NoSymbol Escape"
) &

(
polybar left
polybar center
polybar right
) &

(xrdb -merge ~/etc/Xorg/.Xresources) &
(~/.fehbg) &
(wal -R) &
(xautolock -time 30 -locker slock) &

scratch init
(sxhkd) &
2 changes: 1 addition & 1 deletion etc/loksh/.kshrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ set -o csh-history
xhost +local:root > /dev/null 2>&1

# retrieve colorscheme
paleta ~/etc/colors/waters > /dev/null
(cat ~/.cache/wal/sequences &)

# my mnmlist prompt
if [ "${USER}" = "root" ]; then
Expand Down
5 changes: 2 additions & 3 deletions etc/polybar/simple/config
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
;; -------------------

[colors]
fg = e1e2e2
bg = 192222
ac = dfdacb
fg = ${xrdb:color7:#e1e2e2}
bg = ${xrdb:color0:#192222}

;; -------------------
;; ------ FONTS ------
Expand Down
3 changes: 3 additions & 0 deletions etc/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
button3
rcmen

super + Return
xterm

Expand Down

0 comments on commit dd9568e

Please sign in to comment.