Minor updates

This commit is contained in:
Ezri 2024-08-18 17:46:30 -06:00
parent ee531ca36b
commit 7ced7d04de
Signed by: ezri
GPG Key ID: 058A78E5680C6F24
5 changed files with 44 additions and 4 deletions

View File

@ -41,7 +41,7 @@ highlight_damage = false
render_timer = false
[font]
size = 12
size = 11
[font.bold]
family = "JetBrainsMono Nerd Font"

View File

@ -24,3 +24,17 @@
(rocinante-builtinbar--left)
(rocinante-builtinbar--center)
(rocinante-builtinbar--right)))
(defwindow externalbar
:monitor 1
:geometry (geometry :width "100%"
:height "36px"
:anchor "top center")
:exclusive true
:focusable false
:stacking "fg"
(centerbox :orientation "h" :class "bar root ${power--state == 'critical' ? 'reservepower' : ''}"
(rocinante-externalbar--left)
(rocinante-externalbar--center)
(rocinante-externalbar--right)))

View File

@ -36,6 +36,32 @@
(audio)
(clock)))
(defwidget rocinante-externalbar--left []
(box :orientation "h"
:halign "start"
:space-evenly false
:spacing 20
:class "leftbox"
(system-name)))
(defwidget rocinante-externalbar--center []
(box :orientation "h"
:halign "center"
:space-evenly false
:spacing 20
:class "centerbox"))
(defwidget rocinante-externalbar--right []
(box :orientation "h"
:halign "end"
:space-evenly false
:spacing 20
:class "rightbox"
(vpn-network)
(network)
(system-battery :battery "BAT1")
(audio)
(clock)))
;;; ;;;
;; Bars for S.S.V. Normandy ;;

View File

@ -4,7 +4,7 @@
Host gitea
Hostname git.ezri.dev
User gitea
User git
Host github
Hostname github.com

View File

@ -3,8 +3,8 @@ Description=eww status bars
PartOf=sway-session.target
[Service]
Type=forking
ExecStart=eww daemon
Type=simple
ExecStart=eww daemon --no-daemonize
ExecReload=eww reload
ExecStop=eww kill
ExecStopPost=sleep 1