Minor updates
This commit is contained in:
parent
ee531ca36b
commit
7ced7d04de
@ -41,7 +41,7 @@ highlight_damage = false
|
||||
render_timer = false
|
||||
|
||||
[font]
|
||||
size = 12
|
||||
size = 11
|
||||
|
||||
[font.bold]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
|
||||
@ -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)))
|
||||
|
||||
|
||||
@ -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 ;;
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
Host gitea
|
||||
Hostname git.ezri.dev
|
||||
User gitea
|
||||
User git
|
||||
|
||||
Host github
|
||||
Hostname github.com
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user