File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 27
27
# ######################################################################
28
28
29
29
# Use a custom lock script
30
- # LOCKSCRIPT="i3lock-extra -m pixelize "
30
+ LOCKSCRIPT=" betterlockscreen -l dimblur "
31
31
32
32
# Colors: FG (foreground), BG (background), HL (highlighted)
33
33
FG_COLOR=" #bbbbbb"
@@ -37,8 +37,9 @@ HLBG_COLOR="#bbbbbb"
37
37
BORDER_COLOR=" #222222"
38
38
39
39
# Options not related to colors
40
- ROFI_TEXT=" Menu:"
41
- ROFI_OPTIONS=(-width -11 -location 0 -hide-scrollbar -bw 0)
40
+ ROFI_TEXT=" Power:"
41
+ ROFI_OPTIONS=(-lines 12 -padding 18 -width 20 -location 0 -hide-scrollbar -bw 0 -font ' Inconsolata\-dz for Powerline 8' )
42
+
42
43
43
44
# Zenity options
44
45
ZENITY_TITLE=" Menu"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export ZSH=~/.zgen/robbyrussell/oh-my-zsh-master/oh-my-zsh.sh
17
17
export PATH=$HOME /bin:$PATH
18
18
export GOPATH=$HOME /Work/go
19
19
export PATH=$PATH :$GOPATH /bin
20
- export PATH=$PATH :$HOME /bin
20
+ export PATH=$PATH :$HOME /. bin
21
21
export PATH=$PATH :$HOME /.local/bin
22
22
export PATH=$PATH :$HOME /.linuxbrew/bin
23
23
export PATH=$PATH :$HOME /.gem/ruby/2.4.0/bin
You can’t perform that action at this time.
0 commit comments