Skip to content

Commit

Permalink
yt
Browse files Browse the repository at this point in the history
  • Loading branch information
ACuteWoof committed May 15, 2024
1 parent 4edb48e commit eb28c4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@
)

screen1 = Screen(
# wallpaper=wallpaper,
# wallpaper_mode="fill",
wallpaper=wallpaper,
wallpaper_mode="fill",
top=bar.Bar(
widgets_list(),
int(looks["panel-size"]),
Expand Down Expand Up @@ -325,7 +325,7 @@
main = None # WARNING: this is deprecated and will be removed soon
follow_mouse_focus = True
bring_front_click = False
# cursor_warp = True
cursor_warp = True
floating_layout = layout.Floating(
**layout_theme,
float_rules=[
Expand Down
2 changes: 2 additions & 0 deletions view.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh
notify-send "Loading zathura"
rm -rf ~/.tmp/zathura/
mkdir -p ~/.tmp/zathura
touch ~/.tmp/zathura/current
wget $(echo $(xclip -o)) -O ~/.tmp/zathura/current && zathura ~/.tmp/zathura/current
notify-send "Zathura closed"
4 changes: 4 additions & 0 deletions yt.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
notify-send "Loading MPV"
mpv --profile=1080p "$(echo $(xclip -o))"
notify-send "MPV closed"

0 comments on commit eb28c4d

Please sign in to comment.