moved the screencast icon

This commit is contained in:
2025-03-08 20:57:18 +01:00
parent dcf4cd7452
commit 90b3817755
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,6 @@
:spacing 5 :spacing 5
:halign 'start' :halign 'start'
(hypr_workspaces) (hypr_workspaces)
(hyprscreencast)
(hypr_active_window))) (hypr_active_window)))
@@ -34,6 +33,7 @@
:space-evenly false :space-evenly false
:spacing 5 :spacing 5
(media) (media)
(hyprscreencast)
(sysmon))) (sysmon)))
(defwidget bar0_right [] (defwidget bar0_right []

View File

@@ -23,8 +23,7 @@
:space-evenly false :space-evenly false
:spacing 5 :spacing 5
:halign 'start' :halign 'start'
(hypr_workspaces) (hypr_workspaces)))
(hyprscreencast)))
(defwidget bar1_center [] (defwidget bar1_center []
@@ -42,4 +41,5 @@
:spacing 5 :spacing 5
:halign 'end' :halign 'end'
(media) (media)
(hyprscreencast)
(datetime))) (datetime)))