feat: cleanup bar
This commit is contained in:
parent
30708ecc1f
commit
f72ba5ca9d
3 changed files with 17 additions and 48 deletions
|
@ -212,13 +212,17 @@ assign [class="(?i)firefox"] $ws3
|
|||
# autostart applications/services on login: #
|
||||
#############################################
|
||||
|
||||
# Display setup
|
||||
exec xrandr --auto
|
||||
exec autorandr -c
|
||||
|
||||
exec --no-startup-id gnome-keyring-daemon
|
||||
|
||||
# num lock activated
|
||||
exec --no-startup-id numlockx on
|
||||
|
||||
# start conky:
|
||||
exec_always --no-startup-id conky
|
||||
# exec_always --no-startup-id conky
|
||||
|
||||
# start blueberry app for managing bluetooth devices from tray:
|
||||
#exec --no-startup-id blueberry-tray
|
||||
|
@ -230,7 +234,7 @@ exec --no-startup-id picom -b
|
|||
exec --no-startup-id nm-applet
|
||||
|
||||
# set wallpaper
|
||||
exec --no-startup-id nitrogen --restore
|
||||
exec --no-startup-id feh --bg-fill /home/aro/Pictures/Background/Waves.png
|
||||
|
||||
# set powersavings for display:
|
||||
exec --no-startup-id xset s 480 dpms 600 600 600
|
||||
|
@ -281,6 +285,7 @@ set $surface0 #313244
|
|||
set $base #1e1e2e
|
||||
set $mantle #181825
|
||||
set $crust #11111b
|
||||
set $white #ffffff
|
||||
|
||||
# define colors for windows:
|
||||
# target title bg text indicator border
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue