Minor updates
This commit is contained in:
parent
ee531ca36b
commit
7ced7d04de
@ -41,7 +41,7 @@ highlight_damage = false
|
|||||||
render_timer = false
|
render_timer = false
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 12
|
size = 11
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "JetBrainsMono Nerd Font"
|
family = "JetBrainsMono Nerd Font"
|
||||||
|
|||||||
@ -24,3 +24,17 @@
|
|||||||
(rocinante-builtinbar--left)
|
(rocinante-builtinbar--left)
|
||||||
(rocinante-builtinbar--center)
|
(rocinante-builtinbar--center)
|
||||||
(rocinante-builtinbar--right)))
|
(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)
|
(audio)
|
||||||
(clock)))
|
(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 ;;
|
;; Bars for S.S.V. Normandy ;;
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Host gitea
|
Host gitea
|
||||||
Hostname git.ezri.dev
|
Hostname git.ezri.dev
|
||||||
User gitea
|
User git
|
||||||
|
|
||||||
Host github
|
Host github
|
||||||
Hostname github.com
|
Hostname github.com
|
||||||
|
|||||||
@ -3,8 +3,8 @@ Description=eww status bars
|
|||||||
PartOf=sway-session.target
|
PartOf=sway-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=simple
|
||||||
ExecStart=eww daemon
|
ExecStart=eww daemon --no-daemonize
|
||||||
ExecReload=eww reload
|
ExecReload=eww reload
|
||||||
ExecStop=eww kill
|
ExecStop=eww kill
|
||||||
ExecStopPost=sleep 1
|
ExecStopPost=sleep 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user