updated eww and hyprpaper for new graka
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[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
|
||||
Type=Application
|
||||
|
@@ -1,5 +1,5 @@
|
||||
(include "./widgets.yuck")
|
||||
|
||||
(include "./topbar_dp1.yuck")
|
||||
(include "./topbar_dp2.yuck")
|
||||
(include "./topbar_dp3.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
|
||||
:monitor "DP-3"
|
||||
(defwindow topbar_DP-1
|
||||
:monitor "DP-1"
|
||||
:geometry (geometry :x "0%"
|
||||
:y "0%"
|
||||
:width "90%"
|
||||
@@ -9,37 +9,42 @@
|
||||
:exclusive true
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
:windowtype "dock"
|
||||
(bar1))
|
||||
(bar0))
|
||||
|
||||
(defwidget bar1 []
|
||||
(defwidget bar0 []
|
||||
(centerbox :orientation "h"
|
||||
(bar1_left)
|
||||
(bar1_center)
|
||||
(bar1_right)))
|
||||
(bar0_left)
|
||||
(bar0_center)
|
||||
(bar0_right)))
|
||||
|
||||
(defwidget bar1_left []
|
||||
(defwidget bar0_left []
|
||||
(box :orientation 'h'
|
||||
:class: 'left'
|
||||
:space-evenly false
|
||||
:spacing 5
|
||||
:halign 'start'
|
||||
(hypr_workspaces)))
|
||||
(hypr_workspaces)
|
||||
(hypr_active_window)))
|
||||
|
||||
|
||||
(defwidget bar1_center []
|
||||
(defwidget bar0_center []
|
||||
(box :orientation 'h'
|
||||
:class 'center'
|
||||
:space-evenly false
|
||||
:spacing 5
|
||||
(media)
|
||||
(hyprscreencast)
|
||||
(sysmon)))
|
||||
|
||||
(defwidget bar1_right []
|
||||
(defwidget bar0_right []
|
||||
(box
|
||||
:orientation 'h'
|
||||
:class 'right'
|
||||
:space-evenly false
|
||||
:spacing 5
|
||||
:halign 'end'
|
||||
(media)
|
||||
(hyprscreencast)
|
||||
(datetime)))
|
||||
(hyprsunset)
|
||||
(datetime)
|
||||
(stray)
|
||||
(volume)
|
||||
(swaync)))
|
@@ -9,42 +9,37 @@
|
||||
:exclusive true
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
:windowtype "dock"
|
||||
(bar0))
|
||||
(bar1))
|
||||
|
||||
(defwidget bar0 []
|
||||
(defwidget bar1 []
|
||||
(centerbox :orientation "h"
|
||||
(bar0_left)
|
||||
(bar0_center)
|
||||
(bar0_right)))
|
||||
(bar1_left)
|
||||
(bar1_center)
|
||||
(bar1_right)))
|
||||
|
||||
(defwidget bar0_left []
|
||||
(defwidget bar1_left []
|
||||
(box :orientation 'h'
|
||||
:class: 'left'
|
||||
:space-evenly false
|
||||
:spacing 5
|
||||
:halign 'start'
|
||||
(hypr_workspaces)
|
||||
(hypr_active_window)))
|
||||
(hypr_workspaces)))
|
||||
|
||||
|
||||
(defwidget bar0_center []
|
||||
(defwidget bar1_center []
|
||||
(box :orientation 'h'
|
||||
:class 'center'
|
||||
:space-evenly false
|
||||
:spacing 5
|
||||
(media)
|
||||
(hyprscreencast)
|
||||
(sysmon)))
|
||||
|
||||
(defwidget bar0_right []
|
||||
(defwidget bar1_right []
|
||||
(box
|
||||
:orientation 'h'
|
||||
:class 'right'
|
||||
:space-evenly false
|
||||
:spacing 5
|
||||
:halign 'end'
|
||||
(hyprsunset)
|
||||
(datetime)
|
||||
(stray)
|
||||
(volume)
|
||||
(swaync)))
|
||||
(media)
|
||||
(hyprscreencast)
|
||||
(datetime)))
|
||||
|
@@ -3,6 +3,6 @@ splash_offset = 2.0
|
||||
ipc = true
|
||||
|
||||
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
|
||||
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