need to figure out specific config for eww/mpv/hyprland

This commit is contained in:
Chris Cochrun 2023-01-05 15:16:10 -06:00
parent b4f720cd72
commit ce08b8b83b
3 changed files with 20 additions and 4 deletions

View file

@ -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

View file

@ -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
@ -194,4 +196,5 @@ exec-once=hyprpaper
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=jellyfin-mpv-shim
exec-once = hyprctl setcursor phinger-cursors-light

View file

@ -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