Add power menu to polybar
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
7bf11a5cdb
commit
6270596a5d
5 changed files with 50 additions and 10 deletions
|
@ -13,8 +13,8 @@ set $mod Mod4
|
|||
set $alt Mod1
|
||||
|
||||
# Monitors
|
||||
set $output1 HDMI1
|
||||
set $output2 eDP1
|
||||
set $output1 HDMI-1
|
||||
set $output2 eDP-1
|
||||
|
||||
# Workspaces
|
||||
set $workspace1 "1: "
|
||||
|
@ -205,7 +205,7 @@ bindsym $mod+$alt+Right move workspace to output right
|
|||
exec xrdb -merge $HOME/.Xresources
|
||||
|
||||
# Compton
|
||||
exec --no-startup-id compton
|
||||
exec --no-startup-id compton -b
|
||||
|
||||
# Background-Image
|
||||
exec_always --no-startup-id feh --bg-fill $HOME/GoogleDrive/02_Media/Images/01_Wallpaper/Desktop/Fearsome_Awakening.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue