From 408720c3e70cc1abe07268b676ff5e0970311943 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 11 Aug 2019 01:50:16 +0200 Subject: asdfasdf --- .Xresources | 7 +++++++ .compton.conf | 2 +- .i3/config | 6 ++++-- .i3/wp.jpg | Bin 7886754 -> 0 bytes lock.png | Bin 1222817 -> 0 bytes packages.txt | 2 +- pictures/b_2.jpg | Bin 0 -> 4102930 bytes pictures/b_3.jpg | Bin 0 -> 9568577 bytes pictures/b_wp.jpg | Bin 0 -> 7886754 bytes pictures/lock.png | Bin 0 -> 61824 bytes pictures/lock_.png | Bin 0 -> 1222817 bytes 11 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 .i3/wp.jpg delete mode 100644 lock.png create mode 100644 pictures/b_2.jpg create mode 100644 pictures/b_3.jpg create mode 100644 pictures/b_wp.jpg create mode 100644 pictures/lock.png create mode 100644 pictures/lock_.png 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) diff --git a/.i3/config b/.i3/config index 9d23b63..f873867 100644 --- a/.i3/config +++ b/.i3/config @@ -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/.i3/wp.jpg b/.i3/wp.jpg deleted file mode 100644 index e6aabe5..0000000 Binary files a/.i3/wp.jpg and /dev/null differ diff --git a/lock.png b/lock.png deleted file mode 100644 index 712528b..0000000 Binary files a/lock.png and /dev/null differ 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 new file mode 100644 index 0000000..08c26d4 Binary files /dev/null and b/pictures/b_2.jpg differ diff --git a/pictures/b_3.jpg b/pictures/b_3.jpg new file mode 100644 index 0000000..a037558 Binary files /dev/null and b/pictures/b_3.jpg differ diff --git a/pictures/b_wp.jpg b/pictures/b_wp.jpg new file mode 100644 index 0000000..e6aabe5 Binary files /dev/null and b/pictures/b_wp.jpg differ diff --git a/pictures/lock.png b/pictures/lock.png new file mode 100644 index 0000000..f9791c4 Binary files /dev/null and b/pictures/lock.png differ diff --git a/pictures/lock_.png b/pictures/lock_.png new file mode 100644 index 0000000..712528b Binary files /dev/null and b/pictures/lock_.png differ -- cgit v1.2.3