Skip to content

Commit 3524d45

Browse files
committed
exit
1 parent b158661 commit 3524d45

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.bin/i3-exit

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#######################################################################
2828

2929
# Use a custom lock script
30-
#LOCKSCRIPT="i3lock-extra -m pixelize"
30+
LOCKSCRIPT="betterlockscreen -l dimblur"
3131

3232
# Colors: FG (foreground), BG (background), HL (highlighted)
3333
FG_COLOR="#bbbbbb"
@@ -37,8 +37,9 @@ HLBG_COLOR="#bbbbbb"
3737
BORDER_COLOR="#222222"
3838

3939
# 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+
4243

4344
# Zenity options
4445
ZENITY_TITLE="Menu"

.zshrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export ZSH=~/.zgen/robbyrussell/oh-my-zsh-master/oh-my-zsh.sh
1717
export PATH=$HOME/bin:$PATH
1818
export GOPATH=$HOME/Work/go
1919
export PATH=$PATH:$GOPATH/bin
20-
export PATH=$PATH:$HOME/bin
20+
export PATH=$PATH:$HOME/.bin
2121
export PATH=$PATH:$HOME/.local/bin
2222
export PATH=$PATH:$HOME/.linuxbrew/bin
2323
export PATH=$PATH:$HOME/.gem/ruby/2.4.0/bin

0 commit comments

Comments
 (0)