aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/compton.conf45
-rw-r--r--.config/i3/config16
-rw-r--r--.config/i3blocks/config74
3 files changed, 74 insertions, 61 deletions
diff --git a/.config/compton.conf b/.config/compton.conf
new file mode 100644
index 0000000..fceb4a2
--- /dev/null
+++ b/.config/compton.conf
@@ -0,0 +1,45 @@
+# Shadow
+shadow = false;
+no-dnd-shadow = true;
+no-dock-shadow = true;
+clear-shadow = true;
+shadow-radius = 12.0;
+shadow-offset-x = -12;
+shadow-offset-y = -12;
+shadow-opacity = 0.95;
+
+# Opacity
+menu-opacity = 1.0;
+inactive-opacity = 1.0;
+active-opacity = 1.0;
+
+# Fading
+fading = true;
+fade-delta = 5;
+fade-in-step = 0.03;
+fade-out-step = 0.04;
+
+# Other
+backend = "xrender";
+mark-wmwin-focused = true;
+mark-ovredir-focused = true;
+detect-rounded-corners = true;
+detect-client-opacity = true;
+refresh-rate = 0;
+vsync = "none";
+dbe = false;
+paint-on-overlay = true;
+detect-transient = true;
+detect-client-leader = false;
+invert-color-include = [ ];
+
+# GLX backend
+glx-copy-from-front = false;
+glx-swap-method = "undefined";
+
+# Window type settings
+wintypes:
+{
+ #tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
+ dock = { opacity = 0.7; };
+};
diff --git a/.config/i3/config b/.config/i3/config
index be5560a..6dd3b31 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -1,3 +1,5 @@
+# Debian packages: redshift-gtk dunst compton conky-std network-manager-gnome nitrogen xautolock
+
set $mod Mod4
set_from_resource $darkred color1 #000000
@@ -180,10 +182,22 @@ for_window [class="^.*"] border pixel 0
bar {
status_command i3blocks
position top
+
+ colors {
+ background #000000
+ statusline #eff0f1
+ focused_workspace #000000 $bg-color #000000
+ active_workspace #000000 $bg-color #$bg-color
+ inactive_workspace #000000 #666666 #ffffff
+ urgent_workspace #d33682 #d33682 #fdf6e3
+ }
}
+exec --no-startup-id xautolock -locker i3lock-wrapper -time 2 -corners -+00 -cornerdelay 5 &
+exec --no-startup-id compton -b
+exec --no-startup-id conky
+exec --no-startup-id touchpad-enable-tap
exec --no-startup-id nitrogen --restore
exec --no-startup-id redshift-gtk &
exec --no-startup-id dunst &
exec --no-startup-id nm-applet &
-
diff --git a/.config/i3blocks/config b/.config/i3blocks/config
index 0606740..7d399b0 100644
--- a/.config/i3blocks/config
+++ b/.config/i3blocks/config
@@ -3,73 +3,27 @@ command=/usr/share/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=none
+# Battery indicator
+[battery]
+label=⚡
+instance=1
+interval=30
+
# Volume indicator
[volume]
-label=VOL
label=♪
instance=Master
interval=once
signal=10
-# Memory usage
-[memory]
-label=MEM
-separator=false
-interval=30
-
-[memory]
-label=SWAP
-instance=swap
-separator=false
-interval=30
-
-# Disk usage
-[disk]
-label=HOME
-interval=30
-
-# Network interface monitoring
-[iface]
-color=#00FF00
-interval=10
-separator=false
-
-[wifi]
-interval=10
-separator=false
-
-[bandwidth]
-instance=wlp1s0
-interval=5
-
-# CPU usage
-[cpu_usage]
-label=CPU
-interval=10
-min_width=CPU: 100.00%
-
-[load_average]
-interval=10
-
-# Battery indicator
-[battery]
-label=BAT
-label=⚡
-instance=1
-interval=30
-
# Date Time
+#
[time]
-command=date '+%Y-%m-%d %H:%M:%S'
-interval=5
-
-# Key indicators
-[keyindicator]
-instance=CAPS
-interval=once
-signal=11
+label=
+command=date '+%A %d-%m-%Y'
+interval=30
-[keyindicator]
-instance=NUM
-interval=once
-signal=11
+[time]
+label=⏱
+command=date "+%H:%M"
+interval=10
nihil fit ex nihilo