eww: better layout
This commit is contained in:
@@ -37,7 +37,7 @@ Gathered from internet, based on <s>I don't know who</s> (such config files had
|
|||||||
Not unified, combination of:
|
Not unified, combination of:
|
||||||
|
|
||||||
- MesloLGM Nerd Font (& Mono)
|
- MesloLGM Nerd Font (& Mono)
|
||||||
|
- Maple Mono Normal CN
|
||||||
- Font Awesome 6 Free
|
- Font Awesome 6 Free
|
||||||
- Maple Mono CN
|
|
||||||
- Noto Sans
|
- Noto Sans
|
||||||
- ...
|
- ...
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
.time {
|
.time {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
margin-top: 20px;
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date {
|
.date {
|
||||||
@@ -53,6 +53,7 @@
|
|||||||
.weather-icon {
|
.weather-icon {
|
||||||
font-family: 'MesloLGM Nerd Font';
|
font-family: 'MesloLGM Nerd Font';
|
||||||
font-size: 60px;
|
font-size: 60px;
|
||||||
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.weather-updatetime {
|
.weather-updatetime {
|
||||||
@@ -235,7 +236,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.profile-stuff-box {
|
.profile-stuff-box {
|
||||||
margin: 20px 20px 0px 20px;
|
margin: 20px 20px 20px 20px;
|
||||||
background-color: $gray-alt;
|
background-color: $gray-alt;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
padding: 15px 20px 15px 20px;
|
padding: 15px 20px 15px 20px;
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
(label :class "weather-desc" :halign "start" :text weather-desc)
|
(label :class "weather-desc" :halign "start" :text weather-desc)
|
||||||
(label :class "weather-temp" :halign "start" :text weather-temp)
|
(label :class "weather-temp" :halign "start" :text weather-temp)
|
||||||
(label :class "weather-updatetime" :halign "start" :text weather-updatetime)
|
(label :class "weather-updatetime" :halign "start" :text weather-updatetime)
|
||||||
(label :class "weather-icon" :halign "end" :valign "end" :text weather-icon :style "color: ${weather-color}")))
|
(label :class "weather-icon" :halign "end" :valign "start" :text weather-icon :style "color: ${weather-color}")))
|
||||||
(box :class "second-row" :orientation "h" :space-evenly "false"
|
(box :class "second-row" :orientation "h" :space-evenly "false"
|
||||||
(box :class "stats-box" :space-evenly "false" :orientation "v" :spacing 8
|
(box :class "stats-box" :space-evenly "false" :orientation "v" :spacing 8
|
||||||
(label :class "stats-header" :halign "start" :text "Stats")
|
(label :class "stats-header" :halign "start" :text "Stats")
|
||||||
@@ -96,5 +96,5 @@
|
|||||||
:windowtype "normal"
|
:windowtype "normal"
|
||||||
:wm-ignore true
|
:wm-ignore true
|
||||||
:monitor 0
|
:monitor 0
|
||||||
:geometry (geometry :x 2 :y 0 :width 600 :height 895)
|
:geometry (geometry :x 2 :y 0)
|
||||||
(main))
|
(main))
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ command = exec fish
|
|||||||
|
|
||||||
confirm-close-surface = false
|
confirm-close-surface = false
|
||||||
|
|
||||||
font-family = MeloLGM Nerd Font
|
font-family = Maple Mono Normal NF CN
|
||||||
font-size = 12
|
font-size = 12
|
||||||
|
|
||||||
cursor-style = bar
|
cursor-style = bar
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ window_padding_width 10
|
|||||||
background_opacity 0.75
|
background_opacity 0.75
|
||||||
background_blur 16
|
background_blur 16
|
||||||
|
|
||||||
font_family Meslo LGM Nerd Font
|
font_family Maple Mono Normal NF CN
|
||||||
font_size 12
|
font_size 12
|
||||||
|
|
||||||
tab_bat_style powerline
|
tab_bat_style powerline
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"active": "",
|
"active": "",
|
||||||
"inactive": ""
|
"inactive": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
@import 'mocha.css';
|
@import 'mocha.css';
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Font Awesome 6 Free', 'Maple Mono CN ExtraLight', 'Noto Sans', Arial, sans-serif;
|
font-family: 'Font Awesome 6 Free', 'Maple Mono Normal NF CN ExtraLight', 'Noto Sans', Arial, sans-serif;
|
||||||
font-size: 12px; /* Slightly smaller font size */
|
font-size: 12px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
* {
|
* {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: 'Font Awesome 6 Free', 'MesloLGM Nerd Font', 'Maple Mono CN ExtraLight', 'Noto Sans', Arial, sans-serif;
|
font-family: 'Font Awesome 6 Free', 'Noto Sans', Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
|||||||
Reference in New Issue
Block a user