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
|
(label
|
||||||
:text ""))))
|
:text ""))))
|
||||||
|
|
||||||
|
(defwidget nextcloud_button []
|
||||||
|
(box
|
||||||
|
:class "notif_button"
|
||||||
|
:space-evenly "false"
|
||||||
|
:orientation "h"
|
||||||
|
(button
|
||||||
|
:onclick "exec nextcloud"
|
||||||
|
(label
|
||||||
|
:text ""))))
|
||||||
|
|
||||||
(defwidget sep []
|
(defwidget sep []
|
||||||
(box
|
(box
|
||||||
:class "module-2"
|
:class "module-2"
|
||||||
|
@ -240,6 +250,7 @@
|
||||||
:width "150"))
|
:width "150"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;;define widget groups
|
;;define widget groups
|
||||||
(defwidget left []
|
(defwidget left []
|
||||||
(box
|
(box
|
||||||
|
@ -271,7 +282,8 @@
|
||||||
(mem)
|
(mem)
|
||||||
(bat)
|
(bat)
|
||||||
(sep)
|
(sep)
|
||||||
(notif_button)))
|
(notif_button)
|
||||||
|
(nextcloud_button)))
|
||||||
|
|
||||||
(defwidget bar_layout []
|
(defwidget bar_layout []
|
||||||
(centerbox
|
(centerbox
|
||||||
|
|
|
@ -94,8 +94,10 @@ master {
|
||||||
# for windows named/classed as abc and xyz
|
# for windows named/classed as abc and xyz
|
||||||
windowrule=opaque,firefox
|
windowrule=opaque,firefox
|
||||||
windowrule=float,dolphin
|
windowrule=float,dolphin
|
||||||
|
windowrule=workspace 1,mpv # for kaladin
|
||||||
windowrule=float,mpv
|
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=center,mpv
|
||||||
windowrule=float,pulsemixer
|
windowrule=float,pulsemixer
|
||||||
windowrule=workspace 1,firefox
|
windowrule=workspace 1,firefox
|
||||||
|
@ -194,4 +196,5 @@ exec-once=hyprpaper
|
||||||
exec-once=dunst
|
exec-once=dunst
|
||||||
exec-once=hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
exec-once=hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||||
exec-once=dbus-update-activation-environment --systemd --all
|
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
|
|
@ -2,7 +2,8 @@
|
||||||
osc=no
|
osc=no
|
||||||
vo=gpu
|
vo=gpu
|
||||||
af=scaletempo2
|
af=scaletempo2
|
||||||
autofit=2800x1800
|
# autofit=2800x1800
|
||||||
|
autofit=4000X2400
|
||||||
geometry=50%:50%
|
geometry=50%:50%
|
||||||
# input-ipc-server="/tmp/mpvsocket"
|
# input-ipc-server="/tmp/mpvsocket"
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
|
|
Loading…
Reference in a new issue