New backup 2025-03-04 19:30:02
This commit is contained in:
parent
e6073d58e8
commit
ff1d3c6fbf
3 changed files with 3 additions and 41 deletions
|
@ -6,7 +6,7 @@
|
|||
@import "./style/colors.scss";
|
||||
// Global Styles
|
||||
.bar {
|
||||
padding: 5px 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
.music {
|
||||
margin: 10px;
|
||||
|
|
|
@ -336,8 +336,7 @@
|
|||
(defpoll time :interval "10s"
|
||||
"date '+%H:%M %b %d, %Y'")
|
||||
|
||||
(defwindow phl_278e1_bar
|
||||
:monitor "PHL 278E1"
|
||||
(defwindow bar
|
||||
:windowtype "dock"
|
||||
:exclusive true
|
||||
:geometry (geometry :x "0%"
|
||||
|
@ -347,40 +346,3 @@
|
|||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
(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))
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ output eDP-1 {
|
|||
position 0 0
|
||||
# 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 {
|
||||
scale 1
|
||||
|
|
Loading…
Add table
Reference in a new issue