New backup 2025-03-04 22:00:02

This commit is contained in:
Penelope Gwen 2025-03-04 22:00:02 -08:00
parent e9d9672e2e
commit 13c7639fb0
6 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1 @@
../de-vars/colors/active/alacritty.toml

View file

@ -20,8 +20,9 @@
margin-right: 10px;
}
.leftgroup>*,
.centergroup>*,
.rightgroup>* {
margin: 10px 0px 10px 5px;
margin: 10px 0px 0px 5px;
min-width: 25px;
}
scale trough,

View file

@ -81,12 +81,12 @@
:onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
(box
:space-evenly false
(children :nth 0)
(revealer
:reveal revealvar
:transition {transition ?: "slideright"}
:duration {duration ?: "500ms"}
(children :nth 0)
(children :nth 1))))))
(children :nth 1))))))
(defvar reveal_powermenu false)
(defwidget powermenu []
@ -122,10 +122,10 @@
(revealer-on-hover
:revealvar reveal_network
:revealvar-name "reveal_network"
(network_children)
(button :onclick 'nm-connection-editor'
:class {wireless_active || wired_active ? "active" : ""}
"")))
"")
(network_children)))
(defwidget network_children []
(box :class "reveal_children"
@ -354,7 +354,7 @@
(defwidget widgets []
(box :class "widgets"
:orientation "v"
:spacing 25
:spacing 10
:width 300
:space-evenly false
(rat)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View file

@ -1,7 +1,7 @@
# Spacing between windows and edges
gaps inner 10
gaps top -9
# gaps top -9
# Border styling
default_border pixel 5

View file

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