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; margin-right: 10px;
} }
.leftgroup>*, .leftgroup>*,
.centergroup>*,
.rightgroup>* { .rightgroup>* {
margin: 10px 0px 10px 5px; margin: 10px 0px 0px 5px;
min-width: 25px; min-width: 25px;
} }
scale trough, scale trough,

View file

@ -81,12 +81,12 @@
:onhoverlost "${EWW_CMD} update ${revealvar-name}=false" :onhoverlost "${EWW_CMD} update ${revealvar-name}=false"
(box (box
:space-evenly false :space-evenly false
(children :nth 0)
(revealer (revealer
:reveal revealvar :reveal revealvar
:transition {transition ?: "slideright"} :transition {transition ?: "slideright"}
:duration {duration ?: "500ms"} :duration {duration ?: "500ms"}
(children :nth 0) (children :nth 1))))))
(children :nth 1))))))
(defvar reveal_powermenu false) (defvar reveal_powermenu false)
(defwidget powermenu [] (defwidget powermenu []
@ -122,10 +122,10 @@
(revealer-on-hover (revealer-on-hover
:revealvar reveal_network :revealvar reveal_network
:revealvar-name "reveal_network" :revealvar-name "reveal_network"
(network_children)
(button :onclick 'nm-connection-editor' (button :onclick 'nm-connection-editor'
:class {wireless_active || wired_active ? "active" : ""} :class {wireless_active || wired_active ? "active" : ""}
""))) "")
(network_children)))
(defwidget network_children [] (defwidget network_children []
(box :class "reveal_children" (box :class "reveal_children"
@ -354,7 +354,7 @@
(defwidget widgets [] (defwidget widgets []
(box :class "widgets" (box :class "widgets"
:orientation "v" :orientation "v"
:spacing 25 :spacing 10
:width 300 :width 300
:space-evenly false :space-evenly false
(rat) (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 # Spacing between windows and edges
gaps inner 10 gaps inner 10
gaps top -9 # gaps top -9
# Border styling # Border styling
default_border pixel 5 default_border pixel 5

View file

@ -6,6 +6,7 @@ output eDP-1 {
# 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 --screen "0x0A31" bar exec_always eww open --screen "0x0A31" bar
exec_always eww open --screen "0x0A31" widgets
output DP-7 { output DP-7 {
scale 1 scale 1