summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/compton/compton.conf9
l---------.config/conky/conky.conf1
-rw-r--r--.config/conky/conky.conf##desktop.Linux.Maus4
-rw-r--r--.config/i3/config##desktop.Linux.Maus2
4 files changed, 11 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'" ]; 40opacity-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
43fading = true; 48fading = 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 @@
1conky.config = { 1conky.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
25exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf 25exec --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)
28exec --no-startup-id hsetroot -fill ~/Dropbox/Wallpapers/yousef-espanioly-541259-unsplash.jpg 28exec --no-startup-id ~/.fehbg
29 29
30# lock screen 30# lock screen
31exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock-fancy -f Lato-Light -t "welcome back" -- scrot -z' '' 31exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock-fancy -f Lato-Light -t "welcome back" -- scrot -z' ''