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"