Updated for compatibility with Polybar

This commit is contained in:
RealStickman 2020-02-13 20:34:12 +00:00
parent 428abc5752
commit bd48f0756e

View File

@ -343,13 +343,13 @@ exec /home/marc/pcloud
#exec --no-startup-id blueberry-tray #exec --no-startup-id blueberry-tray
# network # network
exec --no-startup-id nm-applet #exec --no-startup-id nm-applet
# num lock activated # num lock activated
exec_always --no-startup-id numlockx on exec_always --no-startup-id numlockx on
# volume # volume
exec --no-startup-id volumeicon #exec --no-startup-id volumeicon
#variety #variety
exec --no-startup-id variety exec --no-startup-id variety
@ -358,7 +358,7 @@ exec --no-startup-id variety
#exec --no-startup-id conky -c ~/.config/i3/system-overview #exec --no-startup-id conky -c ~/.config/i3/system-overview
#Polybar #Polybar
#exec_always --no-startup-id ~/.config/polybar/launch.sh & exec_always --no-startup-id ~/.config/polybar/launch.sh &
##################################################################################################################### #####################################################################################################################
@ -503,8 +503,6 @@ bindsym mod1+Left exec --no-startup-id variety -p
bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)& bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
# previous wallpaper # previous wallpaper
bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)& bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
# trash wallpaper
bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
# Update Wallpaper # Update Wallpaper
bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt) bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
@ -619,19 +617,19 @@ exec_always --no-startup-id compton --config ~/.config/i3/compton.conf
##################################################################################################################### #####################################################################################################################
bar { #bar {
#
height 25 # height 25
workspace_buttons yes # workspace_buttons yes
font pango:Noto Sans 14 # font pango:Noto Sans 14
#
#position top # #position top
position bottom # position bottom
#
#system icons # #system icons
#tray_output none # #tray_output none
#tray_output $firstMonitor # #tray_output $firstMonitor
#tray_output $secondMonitor # #tray_output $secondMonitor
# OPTION 1 : i3status # OPTION 1 : i3status
@ -651,7 +649,7 @@ bar {
# put hastag in front if not installed # put hastag in front if not installed
#status_command i3blocks #status_command i3blocks
status_command i3blocks -c ~/.config/i3/i3blocks.conf #status_command i3blocks -c ~/.config/i3/i3blocks.conf
#status_command i3blocks -c ~/.config/i3/i3blocks-rainbow.conf #status_command i3blocks -c ~/.config/i3/i3blocks-rainbow.conf
#status_command i3blocks -c ~/.config/i3/i3blocks-original.conf #status_command i3blocks -c ~/.config/i3/i3blocks-original.conf
#status_command i3blocks -c ~/.config/i3/i3blocks-awesome.conf #status_command i3blocks -c ~/.config/i3/i3blocks-awesome.conf
@ -674,29 +672,29 @@ bar {
# in order for the system trayicons to show up in polybar # in order for the system trayicons to show up in polybar
colors { #colors {
background #2F2F2F # background #2F2F2F
statusline #eeeeee # statusline #eeeeee
separator #666666 # separator #666666
# border backgr. text # # border backgr. text
focused_workspace #a9a9a9 #5f676a #eeeeee # focused_workspace #a9a9a9 #5f676a #eeeeee
active_workspace #a9a9a9 #5f676a #a9a9a9 # active_workspace #a9a9a9 #5f676a #a9a9a9
inactive_workspace #a9a9a9 #222222 #a9a9a9 # inactive_workspace #a9a9a9 #222222 #a9a9a9
urgent_workspace #a9a9a9 #d42121 #FFFFFF # urgent_workspace #a9a9a9 #d42121 #FFFFFF
} # }
#
} # }
# DarkGrey background with white text - not focus grey background - black text # DarkGrey background with white text - not focus grey background - black text
# Windows decoration colors # Windows decoration colors
# class border backgr. text indicator # class border backgr. text indicator
client.placeholder #242424 #242424 #242424 #client.placeholder #242424 #242424 #242424
client.background #242424 #242424 #242424 #client.background #242424 #242424 #242424
client.focused #4A4A4A #4A4A4A #e5e5e5 #4A4A4A #client.focused #4A4A4A #4A4A4A #e5e5e5 #4A4A4A
client.unfocused #222222 #222222 #aaaaaa #222222 #client.unfocused #222222 #222222 #aaaaaa #222222
client.focused_inactive #222222 #222222 #a9a9a9 #222222 #client.focused_inactive #222222 #222222 #a9a9a9 #222222
client.urgent #d42121 #d42121 #f7f7f7 #d42121 #client.urgent #d42121 #d42121 #f7f7f7 #d42121
################################################################# #################################################################