updated eww and hyprpaper for new graka
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Exec=/home/mpuchstein/.local/bin/eww open-many topbar_DP-2 topbar_DP-3
|
Exec=/home/mpuchstein/.local/bin/eww open-many topbar_DP-1 topbar_DP-2
|
||||||
Name=eww
|
Name=eww
|
||||||
Type=Application
|
Type=Application
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
(include "./widgets.yuck")
|
(include "./widgets.yuck")
|
||||||
|
|
||||||
|
(include "./topbar_dp1.yuck")
|
||||||
(include "./topbar_dp2.yuck")
|
(include "./topbar_dp2.yuck")
|
||||||
(include "./topbar_dp3.yuck")
|
|
||||||
(include "./topbar_owlenlap02.yuck")
|
(include "./topbar_owlenlap02.yuck")
|
||||||
|
BIN
.config/eww/eww.zip
Normal file
BIN
.config/eww/eww.zip
Normal file
Binary file not shown.
@@ -1,5 +1,5 @@
|
|||||||
(defwindow topbar_DP-3
|
(defwindow topbar_DP-1
|
||||||
:monitor "DP-3"
|
:monitor "DP-1"
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "90%"
|
:width "90%"
|
||||||
@@ -9,37 +9,42 @@
|
|||||||
:exclusive true
|
:exclusive true
|
||||||
:reserve (struts :side "top" :distance "4%")
|
:reserve (struts :side "top" :distance "4%")
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
(bar1))
|
(bar0))
|
||||||
|
|
||||||
(defwidget bar1 []
|
(defwidget bar0 []
|
||||||
(centerbox :orientation "h"
|
(centerbox :orientation "h"
|
||||||
(bar1_left)
|
(bar0_left)
|
||||||
(bar1_center)
|
(bar0_center)
|
||||||
(bar1_right)))
|
(bar0_right)))
|
||||||
|
|
||||||
(defwidget bar1_left []
|
(defwidget bar0_left []
|
||||||
(box :orientation 'h'
|
(box :orientation 'h'
|
||||||
:class: 'left'
|
:class: 'left'
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:spacing 5
|
:spacing 5
|
||||||
:halign 'start'
|
:halign 'start'
|
||||||
(hypr_workspaces)))
|
(hypr_workspaces)
|
||||||
|
(hypr_active_window)))
|
||||||
|
|
||||||
|
|
||||||
(defwidget bar1_center []
|
(defwidget bar0_center []
|
||||||
(box :orientation 'h'
|
(box :orientation 'h'
|
||||||
:class 'center'
|
:class 'center'
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:spacing 5
|
:spacing 5
|
||||||
|
(media)
|
||||||
|
(hyprscreencast)
|
||||||
(sysmon)))
|
(sysmon)))
|
||||||
|
|
||||||
(defwidget bar1_right []
|
(defwidget bar0_right []
|
||||||
(box
|
(box
|
||||||
:orientation 'h'
|
:orientation 'h'
|
||||||
:class 'right'
|
:class 'right'
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:spacing 5
|
:spacing 5
|
||||||
:halign 'end'
|
:halign 'end'
|
||||||
(media)
|
(hyprsunset)
|
||||||
(hyprscreencast)
|
(datetime)
|
||||||
(datetime)))
|
(stray)
|
||||||
|
(volume)
|
||||||
|
(swaync)))
|
@@ -9,42 +9,37 @@
|
|||||||
:exclusive true
|
:exclusive true
|
||||||
:reserve (struts :side "top" :distance "4%")
|
:reserve (struts :side "top" :distance "4%")
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
(bar0))
|
(bar1))
|
||||||
|
|
||||||
(defwidget bar0 []
|
(defwidget bar1 []
|
||||||
(centerbox :orientation "h"
|
(centerbox :orientation "h"
|
||||||
(bar0_left)
|
(bar1_left)
|
||||||
(bar0_center)
|
(bar1_center)
|
||||||
(bar0_right)))
|
(bar1_right)))
|
||||||
|
|
||||||
(defwidget bar0_left []
|
(defwidget bar1_left []
|
||||||
(box :orientation 'h'
|
(box :orientation 'h'
|
||||||
:class: 'left'
|
:class: 'left'
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:spacing 5
|
:spacing 5
|
||||||
:halign 'start'
|
:halign 'start'
|
||||||
(hypr_workspaces)
|
(hypr_workspaces)))
|
||||||
(hypr_active_window)))
|
|
||||||
|
|
||||||
|
|
||||||
(defwidget bar0_center []
|
(defwidget bar1_center []
|
||||||
(box :orientation 'h'
|
(box :orientation 'h'
|
||||||
:class 'center'
|
:class 'center'
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:spacing 5
|
:spacing 5
|
||||||
(media)
|
|
||||||
(hyprscreencast)
|
|
||||||
(sysmon)))
|
(sysmon)))
|
||||||
|
|
||||||
(defwidget bar0_right []
|
(defwidget bar1_right []
|
||||||
(box
|
(box
|
||||||
:orientation 'h'
|
:orientation 'h'
|
||||||
:class 'right'
|
:class 'right'
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:spacing 5
|
:spacing 5
|
||||||
:halign 'end'
|
:halign 'end'
|
||||||
(hyprsunset)
|
(media)
|
||||||
(datetime)
|
(hyprscreencast)
|
||||||
(stray)
|
(datetime)))
|
||||||
(volume)
|
|
||||||
(swaync)))
|
|
||||||
|
@@ -3,6 +3,6 @@ splash_offset = 2.0
|
|||||||
ipc = true
|
ipc = true
|
||||||
|
|
||||||
preload = /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/138 - 1jb5suO.jpg
|
preload = /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/138 - 1jb5suO.jpg
|
||||||
wallpaper = DP-2, /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/138 - 1jb5suO.jpg
|
wallpaper = DP-1, /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/138 - 1jb5suO.jpg
|
||||||
preload = /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/97 - YDJuRTa.jpg
|
preload = /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/97 - YDJuRTa.jpg
|
||||||
wallpaper = DP-3, /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/97 - YDJuRTa.jpg
|
wallpaper = DP-2, /home/mpuchstein/Pictures/wallpaper/1920x1080/widescreen/97 - YDJuRTa.jpg
|
||||||
|
Reference in New Issue
Block a user