diff options
| -rw-r--r-- | .config/compton/compton.conf | 9 | ||||
| l--------- | .config/conky/conky.conf | 1 | ||||
| -rw-r--r-- | .config/conky/conky.conf##desktop.Linux.Maus | 4 | ||||
| -rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 2 | ||||
| -rw-r--r-- | .zshrc | 2 |
5 files changed, 13 insertions, 5 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 223411d..dcdaab8 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf | |||
| @@ -37,8 +37,13 @@ blur-background-exclude = [ | |||
| 37 | "window_type = 'desktop'", | 37 | "window_type = 'desktop'", |
| 38 | "_GTK_FRAME_EXTENTS@:c" | 38 | "_GTK_FRAME_EXTENTS@:c" |
| 39 | ]; | 39 | ]; |
| 40 | # opacity-rule = [ "80:class_g = 'URxvt'" ]; | 40 | opacity-rule = [ |
| 41 | 41 | "100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'", | |
| 42 | "100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 43 | "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 44 | "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 45 | "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", | ||
| 46 | ]; | ||
| 42 | # Fading | 47 | # Fading |
| 43 | fading = true; | 48 | fading = true; |
| 44 | # fade-delta = 30; | 49 | # fade-delta = 30; |
diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf new file mode 120000 index 0000000..0ccf92e --- /dev/null +++ b/.config/conky/conky.conf | |||
| @@ -0,0 +1 @@ | |||
| /home/yigit/.config/conky/conky.conf##desktop.Linux.Maus \ No newline at end of file | |||
diff --git a/.config/conky/conky.conf##desktop.Linux.Maus b/.config/conky/conky.conf##desktop.Linux.Maus index e968e47..16d87ee 100644 --- a/.config/conky/conky.conf##desktop.Linux.Maus +++ b/.config/conky/conky.conf##desktop.Linux.Maus | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | conky.config = { | 1 | conky.config = { |
| 2 | alignment = 'top_right', | 2 | alignment = 'middle_middle', |
| 3 | background = true, | 3 | background = true, |
| 4 | 4 | ||
| 5 | draw_borders = false, | 5 | draw_borders = false, |
| @@ -17,7 +17,7 @@ conky.config = { | |||
| 17 | use_xft = true, | 17 | use_xft = true, |
| 18 | font = 'FuraCode Nerd Font Mono:size=10', | 18 | font = 'FuraCode Nerd Font Mono:size=10', |
| 19 | 19 | ||
| 20 | gap_x = 35, | 20 | gap_x = 1200, |
| 21 | gap_y = 35, | 21 | gap_y = 35, |
| 22 | 22 | ||
| 23 | minimum_height = 5, | 23 | minimum_height = 5, |
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index 8edaad2..83a08a7 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
| @@ -25,7 +25,7 @@ exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf | |||
| 25 | exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf | 25 | exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf |
| 26 | 26 | ||
| 27 | # set the wallpaper last (hopefully after xrandr) | 27 | # set the wallpaper last (hopefully after xrandr) |
| 28 | exec --no-startup-id hsetroot -fill ~/Dropbox/Wallpapers/yousef-espanioly-541259-unsplash.jpg | 28 | exec --no-startup-id ~/.fehbg |
| 29 | 29 | ||
| 30 | # lock screen | 30 | # lock screen |
| 31 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock-fancy -f Lato-Light -t "welcome back" -- scrot -z' '' | 31 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock-fancy -f Lato-Light -t "welcome back" -- scrot -z' '' |
| @@ -167,3 +167,5 @@ alias tp='trash-put' | |||
| 167 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 167 | [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
| 168 | 168 | ||
| 169 | source /home/yigit/.local/share/nvim/plugged/gruvbox/gruvbox_256palette.sh | 169 | source /home/yigit/.local/share/nvim/plugged/gruvbox/gruvbox_256palette.sh |
| 170 | |||
| 171 | export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" | ||
