New backup 2025-03-04 22:00:02
This commit is contained in:
parent
e9d9672e2e
commit
13c7639fb0
6 changed files with 10 additions and 7 deletions
1
de/home/.config/alacritty/colors.toml
Symbolic link
1
de/home/.config/alacritty/colors.toml
Symbolic link
|
@ -0,0 +1 @@
|
|||
../de-vars/colors/active/alacritty.toml
|
|
@ -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,
|
||||
|
|
|
@ -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 |
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Spacing between windows and edges
|
||||
gaps inner 10
|
||||
gaps top -9
|
||||
# gaps top -9
|
||||
|
||||
# Border styling
|
||||
default_border pixel 5
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue