Skip to content

Commit 93d1f66

Browse files
[alacritty][thonkbar][scripts] update DejaVu Nerd Font
1 parent 343333b commit 93d1f66

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

powertools/alacritty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ window:
1414
# Font configuration
1515
font:
1616
normal:
17-
family: DejaVuSansMono Nerd Font
17+
family: DejaVuSansM Nerd Font
1818

1919
size: 10
2020

powertools/thonkbar/config.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[config]
22
delimiter = " | "
33
delimiter_color = "#54546D"
4-
font = "DejaVuSansMono Nerd Font:size=11"
4+
font = "DejaVuSansM Nerd Font:size=11"
55
background_color = "#B31F1F28"
66
foreground_color = "#DCD7BA"
77
underline_width = 2
@@ -45,6 +45,7 @@ update = 5
4545
event = scripts/date-calendar
4646

4747
[notify]
48+
essential = false
4849
side = right
4950
cmd = scripts/notify
5051
update = ONCE
@@ -56,11 +57,13 @@ cmd = scripts/workspaces
5657
update = CONTINUOUS
5758

5859
[platform_profile]
60+
essential = false
5961
side = left
6062
cmd = scripts/platform_profile
6163
update = CONTINUOUS
6264

6365
[uptime]
66+
essential = false
6467
side = left
6568
cmd = "uptime -p"
6669
update = 60

powertools/thonkbar/scripts/platform_profile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ profile_colors=(
1010
)
1111

1212
profile_name=(
13-
"${1:-""}" # low
14-
"${2:-""}" # balanced
15-
"${3:-""}" # performance
13+
"${1:-"L"}" # low
14+
"${2:-"M"}" # balanced
15+
"${3:-"H"}" # performance
1616
)
1717

1818
[[ -f "$profile_file" ]] || exit 0

toolbox/blind.tool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# brightness control for screens and keyboards (integrates with [thonkbar](https://github.com/JoseFilipeFerreira/thonkbar) and [range2color](toolbox/range2color))
33

44
bar_signal_id=36
5-
emoji_array=("" "" "" "" "" "" "")
5+
emoji_array=("0" "1" "2" "3" "4" "5" "6")
66

77
name="$(basename "$0")"
88
usage(){

0 commit comments

Comments
 (0)