diff options
-rw-r--r-- | .Xresources | 7 | ||||
-rw-r--r-- | .compton.conf | 2 | ||||
-rw-r--r-- | .i3/config | 6 | ||||
-rw-r--r-- | packages.txt | 2 | ||||
-rw-r--r-- | pictures/b_2.jpg | bin | 0 -> 4102930 bytes | |||
-rw-r--r-- | pictures/b_3.jpg | bin | 0 -> 9568577 bytes | |||
-rw-r--r-- | pictures/b_wp.jpg (renamed from .i3/wp.jpg) | bin | 7886754 -> 7886754 bytes | |||
-rw-r--r-- | pictures/lock.png | bin | 0 -> 61824 bytes | |||
-rw-r--r-- | pictures/lock_.png (renamed from lock.png) | bin | 1222817 -> 1222817 bytes |
9 files changed, 13 insertions, 4 deletions
diff --git a/.Xresources b/.Xresources index a6b9193..65c9acd 100644 --- a/.Xresources +++ b/.Xresources @@ -5,3 +5,10 @@ XTerm*faceName: DejaVu\ Sans\ Mono\ for\ Powerline XTerm*faceSize: 10.0 XTerm*selectToClipboard: true XTerm.vt100.locale: true + +! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' +rofi.color-normal: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF +rofi.color-urgent: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF +rofi.color-active: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF +! 'background', 'border', 'separator' +rofi.color-window: #000000AA, #00000000, #aaaaaa diff --git a/.compton.conf b/.compton.conf index 4302c79..2b731b3 100644 --- a/.compton.conf +++ b/.compton.conf @@ -55,7 +55,7 @@ glx-copy-from-front = false; #################################
# Enabled client-side shadows on windows.
-shadow = true;
+shadow = false;
# The blur radius for shadows. (default 12)
shadow-radius = 5;
# The left offset for shadows. (default -15)
@@ -24,7 +24,7 @@ bindsym $mod+Shift+w exec "i3lock -p win -i ~/vimconfig/lock.png" bindsym $mod+p exec "scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png" # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +bindsym $mod+d exec rofi -show run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -122,7 +122,8 @@ bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +#bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Shift+e exec $(printf "shutdown now\nreboot\ni3-msg exit" | rofi -dmenu -mesg "Exit?") # resize window (you can also use the mouse for that) mode "resize" { @@ -305,6 +306,7 @@ gaps inner 15 bar { i3bar_command i3bar -t status_command python /usr/share/powerline/bindings/i3/powerline-i3.py + #status_command i3status font pango:DejaVu Sans Mono for Powerline 12 colors { diff --git a/packages.txt b/packages.txt index d4370c1..e20d592 100644 --- a/packages.txt +++ b/packages.txt @@ -11,4 +11,4 @@ powerline xf86-input-libinput mupdf ranger -pamixer +rofi diff --git a/pictures/b_2.jpg b/pictures/b_2.jpg Binary files differnew file mode 100644 index 0000000..08c26d4 --- /dev/null +++ b/pictures/b_2.jpg diff --git a/pictures/b_3.jpg b/pictures/b_3.jpg Binary files differnew file mode 100644 index 0000000..a037558 --- /dev/null +++ b/pictures/b_3.jpg diff --git a/.i3/wp.jpg b/pictures/b_wp.jpg Binary files differindex e6aabe5..e6aabe5 100644 --- a/.i3/wp.jpg +++ b/pictures/b_wp.jpg diff --git a/pictures/lock.png b/pictures/lock.png Binary files differnew file mode 100644 index 0000000..f9791c4 --- /dev/null +++ b/pictures/lock.png diff --git a/lock.png b/pictures/lock_.png Binary files differindex 712528b..712528b 100644 --- a/lock.png +++ b/pictures/lock_.png |