This commit is contained in:
lw-everestlinux 2022-12-16 16:58:20 -05:00
parent 0680c867fc
commit cfdfe123e8
2 changed files with 38 additions and 9 deletions

21
config
View File

@ -184,22 +184,25 @@ bindsym $mod+z mode "resize"
bar {
colors {
background #2e3440
focused_workspace #bf616a #bf616a #2e3440
focused_workspace #d8dee9 #434c5e #d8dee9
active_workspace #bf616a #bf616a #2e3440
inactive_workspace #2e3440 #2e3440 #4c566a
}
font pango:Source Code Pro for Powerline 11
position top
tray_output none
status_command bumblebee-status \
font pango:Source Code Pro for Powerline 11
status_command bumblebee-status \
-m title disk:root battery date time pasink pasource vpn network arch-update \
-p root.path=/ time.format="%H:%M CW %V" date.format="%a, %b %d %Y" \
-t nord-colorful
-t nord-powerline
}
#bar {
# status_command i3blocks
#}
# Start compositor
exec picom --vsync --backend glx --config /home/arco/.config/picom.conf
exec picom --vsync --backend glx --config /home/arco/.config/picom.conf --experimental-backend
# Get rid of borders
@ -212,9 +215,6 @@ client.unfocused #4c566a #282a36 #44475a #6272a4 #4c566a
client.background #282a36
# Gaps
gaps inner 10
# Wallpaper
@ -223,3 +223,6 @@ client.background #282a36
# Notification Daemon
exec dunst &
# Screenshot
bindsym $mod+Shift+s exec --no-startup-id maim "/home/arco/Screenshots/$(date).png"

26
i3blocks.conf Normal file
View File

@ -0,0 +1,26 @@
# i3blocks configuration file
#
# The i3blocks man page describes the usage of the binary,
# and its website describes the configuration:
#
# https://vivien.github.io/i3blocks
# Global properties
separator=true
separator_block_width=15
[documentation]
full_text=Documentation
website=https://vivien.github.io/i3blocks
command=xdg-open "$website"
color=#f12711
[greetings]
color=#f5af19
command=echo "Hello, $USER!"
interval=once
[time]
command=date '+%Y-%m-%d %H:%M:%S'
interval=1