Set right font and border colour
This commit is contained in:
parent
3ebd632376
commit
9c36339533
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ conky.config = {
|
||||||
draw_shades = false,
|
draw_shades = false,
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Inconsolata:size=9',
|
font = 'InconsolataLGC Nerd Font Mono:size=9',
|
||||||
gap_x = 25,
|
gap_x = 25,
|
||||||
gap_y = 40,
|
gap_y = 40,
|
||||||
minimum_width = 5,
|
minimum_width = 5,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Get the variable
|
# Get the variable
|
||||||
csub=$(sed '2!d' ~/.cache/wal/colors)
|
csub=$(sed '6!d' ~/.cache/wal/colors)
|
||||||
|
|
||||||
# Create new tint2rc
|
# Create new tint2rc
|
||||||
mkdir -p ~/.config/tint2
|
mkdir -p ~/.config/tint2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue