New backup 2025-03-04 19:30:02

This commit is contained in:
Penelope Gwen 2025-03-04 19:30:02 -08:00
parent e6073d58e8
commit ff1d3c6fbf
3 changed files with 3 additions and 41 deletions

View file

@ -6,7 +6,7 @@
@import "./style/colors.scss"; @import "./style/colors.scss";
// Global Styles // Global Styles
.bar { .bar {
padding: 5px 0px; padding: 0px;
} }
.music { .music {
margin: 10px; margin: 10px;

View file

@ -336,8 +336,7 @@
(defpoll time :interval "10s" (defpoll time :interval "10s"
"date '+%H:%M %b %d, %Y'") "date '+%H:%M %b %d, %Y'")
(defwindow phl_278e1_bar (defwindow bar
:monitor "PHL 278E1"
:windowtype "dock" :windowtype "dock"
:exclusive true :exclusive true
:geometry (geometry :x "0%" :geometry (geometry :x "0%"
@ -347,40 +346,3 @@
:anchor "top center") :anchor "top center")
:reserve (struts :side "top" :distance "4%") :reserve (struts :side "top" :distance "4%")
(bar)) (bar))
(defwindow cr270cu_bar
:monitor "CR270CU"
:windowtype "dock"
:exclusive true
:geometry (geometry :x "0%"
:y "0%"
:width "100%"
:height "30px"
:anchor "top center")
:reserve (struts :side "top" :distance "4%")
(bar))
(defwindow lg_ultrawide_bar
:monitor "LG ULTRAWIDE"
:windowtype "dock"
:exclusive true
:geometry (geometry :x "0%"
:y "0%"
:width "100%"
:height "30px"
:anchor "top center")
:reserve (struts :side "top" :distance "4%")
(bar))
(defwindow x0a31
:monitor "0x0A31"
:windowtype "dock"
:exclusive true
:geometry (geometry :x "0%"
:y "0%"
:width "100%"
:height "30px"
:anchor "top center")
:reserve (struts :side "top" :distance "4%")
(bar))

View file

@ -5,7 +5,7 @@ output eDP-1 {
position 0 0 position 0 0
# bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill # bg $HOME/.config/sway/assets/wallpaper/eDP-1/_default.jpg fill
} }
exec_always eww open x0a31 exec_always eww open --screen "0x0A31" bar
output DP-7 { output DP-7 {
scale 1 scale 1