Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit bc54bba

Browse files
committed
Changed font
1 parent 05f6f99 commit bc54bba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conky/conky-conf.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ conky.config = {
1212
draw_outline = false,
1313
draw_shades = false,
1414
use_xft = true,
15-
font = 'Ubuntu Sans Mono:size=10',
15+
font = 'Ubuntu:size=10',
1616
gap_y = 50,
1717
gap_x = 0,
1818
border_inner_margin = 20,

conky/conky.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs }:
22
let
33
colors = import ../colors.nix;
4-
textcolor = builtins.replaceStrings ["#"] [""] colors.dark;
4+
textcolor = builtins.replaceStrings [ "#" ] [ "" ] colors.dark;
55

66
conky-config =
77
import ./conky-conf.nix { inherit textcolor; };

rice.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ in
7878

7979
services.xserver.windowManager.default = "i3";
8080

81-
environment.systemPackages = [ pkgs.dunst ];
81+
environment.systemPackages = [ pkgs.dunst pkgs.ubuntu_font_family ];
8282
}

rofi/rofi-conf.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rofi.lines: 5
1010
! "Number of columns" Set from: Default
1111
! rofi.columns: 1
1212
! "Font to use" Set from: Default
13-
rofi.font: Ubuntu Sans Mono 12
13+
rofi.font: Ubuntu Mono 12
1414
! "Color scheme for normal row" Set from: Default
1515
rofi.color-normal: ${dark}, ${light}, ${dark}, ${dark}, ${accent}
1616
! "Color scheme for urgent row" Set from: Default

0 commit comments

Comments
 (0)