Update sway config
This commit is contained in:
parent
2408c0965c
commit
295ab6c657
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ set $menu dmenu_path | wofi --show drun | xargs swaymsg exec --
|
|||
### Output configuration
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
output * bg "/home/js/Bilder/Hintergrund/Dunkler Wald.jpg" fill
|
||||
output * bg "/home/js/Bilder/Hintergrund/Wald, Nebel \& Sonnenstrahlen.jpg" fill
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
|
@ -63,7 +63,7 @@ input type:touchpad {
|
|||
click_method clickfinger
|
||||
}
|
||||
|
||||
font pango:Source Code Pro 9
|
||||
font pango:Cascadia Mono 9
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
|
@ -212,7 +212,7 @@ bar {
|
|||
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# The default just shows the current date and time.
|
||||
status_command while date +'%Y-%m-%d %k:%M'; do sleep 1; done
|
||||
status_command while echo "$(</sys/class/power_supply/BAT0/capacity)% $(awk '{ printf $1*10^-6 \"W\" }' /sys/class/power_supply/BAT0/power_now) $(date +'%Y-%m-%d %k:%M')"; do sleep 1; done
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue