need to figure out specific config for eww/mpv/hyprland
This commit is contained in:
parent
b4f720cd72
commit
ce08b8b83b
14
eww/eww.yuck
14
eww/eww.yuck
|
@ -223,6 +223,16 @@
|
|||
(label
|
||||
:text ""))))
|
||||
|
||||
(defwidget nextcloud_button []
|
||||
(box
|
||||
:class "notif_button"
|
||||
:space-evenly "false"
|
||||
:orientation "h"
|
||||
(button
|
||||
:onclick "exec nextcloud"
|
||||
(label
|
||||
:text ""))))
|
||||
|
||||
(defwidget sep []
|
||||
(box
|
||||
:class "module-2"
|
||||
|
@ -240,6 +250,7 @@
|
|||
:width "150"))
|
||||
|
||||
|
||||
|
||||
;;define widget groups
|
||||
(defwidget left []
|
||||
(box
|
||||
|
@ -271,7 +282,8 @@
|
|||
(mem)
|
||||
(bat)
|
||||
(sep)
|
||||
(notif_button)))
|
||||
(notif_button)
|
||||
(nextcloud_button)))
|
||||
|
||||
(defwidget bar_layout []
|
||||
(centerbox
|
||||
|
|
|
@ -94,8 +94,10 @@ master {
|
|||
# for windows named/classed as abc and xyz
|
||||
windowrule=opaque,firefox
|
||||
windowrule=float,dolphin
|
||||
windowrule=workspace 1,mpv # for kaladin
|
||||
windowrule=float,mpv
|
||||
windowrule=size 90% 76%,mpv
|
||||
# windowrule=size 90% 76%,mpv # for syl
|
||||
windowrule=size 85% 85%,mpv # for kaladin
|
||||
windowrule=center,mpv
|
||||
windowrule=float,pulsemixer
|
||||
windowrule=workspace 1,firefox
|
||||
|
@ -195,3 +197,4 @@ exec-once=dunst
|
|||
exec-once=hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||
exec-once=dbus-update-activation-environment --systemd --all
|
||||
exec-once=jellyfin-mpv-shim
|
||||
exec-once = hyprctl setcursor phinger-cursors-light
|
|
@ -2,7 +2,8 @@
|
|||
osc=no
|
||||
vo=gpu
|
||||
af=scaletempo2
|
||||
autofit=2800x1800
|
||||
# autofit=2800x1800
|
||||
autofit=4000X2400
|
||||
geometry=50%:50%
|
||||
# input-ipc-server="/tmp/mpvsocket"
|
||||
hwdec=auto
|
||||
|
|
Loading…
Reference in a new issue