i3 stuff
This commit is contained in:
parent
c97e7a53df
commit
1dbc95269b
3 changed files with 27 additions and 9 deletions
|
@ -6,5 +6,4 @@ xset s 90 10
|
|||
pactl set-sink-mute alsa_output.pci-0000_00_1f.3.analog-stereo 1
|
||||
pactl set-source-mute alsa_input.pci-0000_00_1f.3.analog-stereo 1
|
||||
|
||||
#i3lock -e -t -i /home/kunsi/Pictures/laptop_unbenutzbar.png
|
||||
i3lock -e -t -i /home/kunsi/Pictures/2019-11-08_cover_book-project-1080.png
|
||||
i3lock -e -t -i /home/kunsi/Pictures/laptop_unbenutzbar.png
|
||||
|
|
|
@ -88,13 +88,12 @@ bar {
|
|||
for_window [window_role="pop-up"] floating enable
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
for_window [class="Gnome-calculator"] floating enable
|
||||
for_window [class="mpv"] floating enable
|
||||
|
||||
workspace 1 output eDP1 DP2-2
|
||||
workspace 2 output eDP1 DP2-1
|
||||
workspace 3 output eDP1 DP2-2
|
||||
workspace 9 output eḐP1 DP2-3 DP2-1
|
||||
workspace 10 output eDP1 DP2-2
|
||||
workspace 1 output DP2-2
|
||||
workspace 2 output DP2-1
|
||||
workspace 3 output DP2-2
|
||||
workspace 9 output eḐP1
|
||||
workspace 10 output DP2-1
|
||||
|
||||
exec_always setxkbmap -synch
|
||||
exec_always ~/.fehbg
|
||||
|
|
|
@ -29,7 +29,7 @@ status.register("shell",
|
|||
on_rightclick="xset s off")
|
||||
|
||||
status.register("clock",
|
||||
format="%a, %Y-%m-%d %H:%M:%S UTC",)
|
||||
format="%a, %Y-%m-%d %H:%M:%S",)
|
||||
|
||||
status.register("battery",
|
||||
battery_ident="BAT0",
|
||||
|
@ -71,6 +71,11 @@ status.register("shell",
|
|||
hints = {"markup": "pango"},
|
||||
command="/home/kunsi/.config/i3pystatus/rfkill-bt.py",
|
||||
interval=1)
|
||||
status.register("shell",
|
||||
format="{output}",
|
||||
hints = {"markup": "pango"},
|
||||
command="/home/kunsi/.config/i3pystatus/redshift.py",
|
||||
interval=1)
|
||||
status.register("shell",
|
||||
format="{output}",
|
||||
hints = {"markup": "pango"},
|
||||
|
@ -88,6 +93,21 @@ status.register("network",
|
|||
divisor=1024,
|
||||
hints={"markup":"pango"})
|
||||
|
||||
#status.register("mpd",
|
||||
# format="{status} [{pos}/{len}: ][{artist} - ]{title}{filename}[ ({song_elapsed}/{song_length})]",
|
||||
# status={
|
||||
# "pause": "▷",
|
||||
# "play": "▶",
|
||||
# "stop": "◾",
|
||||
# },
|
||||
# host="172.19.138.20",
|
||||
# color="#666666",
|
||||
# on_rightclick="stop",
|
||||
# on_upscroll="previous_song",
|
||||
# on_downscroll="next_song",
|
||||
# hide_inactive=True,
|
||||
# max_field_len=200)
|
||||
|
||||
status.register("disk",
|
||||
path="/home",
|
||||
format="{used}/{total}G",)
|
||||
|
|
Loading…
Reference in a new issue