Add polybar configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
a1117b541d
commit
6744982639
7 changed files with 180 additions and 40 deletions
|
@ -161,17 +161,19 @@ bindsym $mod+x mode "resize"
|
|||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3blocks -c $HOME/.config/i3/i3blocks.conf
|
||||
position top
|
||||
colors {
|
||||
background #222D32
|
||||
focused_workspace #222D32 #268bd2 #FFFFFF
|
||||
active_workspace #222D32 #222D32 #268bd2
|
||||
inactive_workspace #222D32 #222D32 #268bd2
|
||||
urgent_workspace #222D32 #222D32 #268bd2
|
||||
}
|
||||
}
|
||||
#bar {
|
||||
# status_command i3blocks -c $HOME/.config/i3/i3blocks.conf
|
||||
# position top
|
||||
# colors {
|
||||
# background #222D32
|
||||
# focused_workspace #222D32 #268bd2 #FFFFFF
|
||||
# active_workspace #222D32 #222D32 #268bd2
|
||||
# inactive_workspace #222D32 #222D32 #268bd2
|
||||
# urgent_workspace #222D32 #222D32 #268bd2
|
||||
# }
|
||||
#}
|
||||
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
|
||||
# Custom key bindings
|
||||
###
|
||||
|
@ -209,7 +211,7 @@ exec xrdb -merge $HOME/.Xresources
|
|||
exec --no-startup-id compton
|
||||
|
||||
# Background-Image
|
||||
exec_always --no-startup-id feh --bg-center /home/severin/GoogleDrive/02_Media/01_Images/01_Wallpaper/Desktop/Zelda_1.jpg
|
||||
exec_always --no-startup-id feh --bg-fill /home/severin/GoogleDrive/02_Media/01_Images/01_Wallpaper/Adapta_Tealized.jpg
|
||||
|
||||
# Monitor settings
|
||||
exec_always --no-startup-id xrandr --output $output2 --mode 1280x1024 --pos 1280x0 --rotate normal --output $output1 --mode 1280x1024 --pos 0x0 --rotate normal
|
||||
|
@ -227,7 +229,7 @@ assign [instance="cmus"] $workspace10
|
|||
assign [class="Hyper"] $workspace2
|
||||
assign [class="Atom"] $workspace3
|
||||
assign [class="Steam"] $workspace6
|
||||
assign [class="Keepassx2"] $workspace8
|
||||
assign [class="keepassxc"] $workspace8
|
||||
assign [class="Vlc"] $workspace9
|
||||
|
||||
# Disable window titlebars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue