File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11* {
22 all : unset ;
33 font-family : " Terminess Nerd Font Propo" ;
4- font-size : 12 pt ;
4+ font-size : 11 pt ;
55}
66
77.bar {
1515
1616 .arch-logo {
1717 // color: #1793d0;
18- margin-left : 6 px ;
18+ margin-left : 12 px ;
1919 font-size : 16px ;
2020 font-weight : normal ;
2121 }
2222
23+ .sep {
24+ color : #999 ;
25+ }
26+
2327 .taglist {
2428 margin-left : 20px ;
29+ margin-right : 10px ;
2530
2631 .focused {
2732 background-color : #fefefe ;
Original file line number Diff line number Diff line change 3737(defwidget tag [index focused-tags urgent-tags view-tags]
3838 (box :class `${urgent-tags[index] ? "urgent" : focused-tags[index] ? "focused" : ""}`
3939 (overlay
40- (box :width 32 :height 18)
40+ (box :width 28 :height 18)
4141 (literal :content `${view-tags[index] ?
4242 '(box :halign "start" :valign "start"
4343 (box :class "occupied" :width 7 :height 7))' : ""}`)
4747 (box :orientation "h" :halign "start" :hexpand true :space-evenly false
4848 (label :text "" :class "arch-logo")
4949 (river-tags :focused-tags focused-tags :urgent-tags urgent-tags :view-tags view-tags)
50+ (label :text "|" :class "sep"))
5051 (focused-view)))
5152
5253(defwidget bar-right []
53- (box :orientation "h" :halign "end" :class "bar-right"
54+ (box :orientation "h" :halign "end" :valign "center" : class "bar-right"
5455 (systray :icon-size 16)))
5556
5657(defwidget bar [focused-tags urgent-tags view-tags]
6364 :geometry (geometry :x "0"
6465 :y "0"
6566 :width "100%"
66- :height "32px "
67+ :height "24px "
6768 :anchor "top center")
6869 :stacking "fg"
6970 :exclusive true
7778 :geometry (geometry :x "0"
7879 :y "0"
7980 :width "100%"
80- :height "32px "
81+ :height "24px "
8182 :anchor "top center")
8283 :stacking "fg"
8384 :exclusive true
You can’t perform that action at this time.
0 commit comments