From 36dd93619303aef381bcd3ddd70c72332f4b7e16 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sun, 12 Jun 2022 17:17:44 +0100 Subject: [PATCH] I'm going through changeees --- kitty/kitty.conf | 2 +- rofi/alien-blood-rofi/rounded-common.rasi | 2 +- vscode/markdown-styles.css | 35 +++++++++++++++++++++++ vscode/settings.json | 8 ------ x/xinitrc | 4 +-- 5 files changed, 39 insertions(+), 12 deletions(-) create mode 100644 vscode/markdown-styles.css diff --git a/kitty/kitty.conf b/kitty/kitty.conf index b6dd31b..c7330f8 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,4 +1,4 @@ include ./theme.conf font_family LigaLiberationMono -font_size 10.5 +font_size 10 window_padding_width 12 diff --git a/rofi/alien-blood-rofi/rounded-common.rasi b/rofi/alien-blood-rofi/rounded-common.rasi index 1f23d11..14999d6 100644 --- a/rofi/alien-blood-rofi/rounded-common.rasi +++ b/rofi/alien-blood-rofi/rounded-common.rasi @@ -61,7 +61,7 @@ textbox { listview { background-color: transparent; margin: 12px 0 0; - lines: 3; + lines: 8; columns: 1; fixed-height: false; } diff --git a/vscode/markdown-styles.css b/vscode/markdown-styles.css new file mode 100644 index 0000000..5346030 --- /dev/null +++ b/vscode/markdown-styles.css @@ -0,0 +1,35 @@ +h1, h2, h3, h4, h5, h6, p { + font-family: 'Inter'; +} + + +h1 { + + font-size: 24px !important; +} + +h2 { + font-size: 20px !important; +} + +h3 { + font-size: 18px !important; +} + +h4 { + font-size: 16px !important; +} + +h5 { + font-size: 14px !important; +} + + +p, ul, li, dl, dd, dt { + font-size: 14px; +} + +pre, code { + font-family: 'LigaLiberationMono'; + font-size: 12px !important; +} \ No newline at end of file diff --git a/vscode/settings.json b/vscode/settings.json index a6c25e0..478e393 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -30,14 +30,6 @@ "vim.useSystemClipboard": true, "vim.highlightedyank.enable": true, "vim.highlightedyank.color": "#18e00040", - "todo-tree.highlights.defaultHighlight": { - "icon": "flame", - "type": "text", - "foreground": "#e0800980", - "gutterIcon": true, - "opacity": 50, - "iconColour": "#e08009" - }, "markdown.styles": ["markdown-styles.css"], "markdown-preview-github-styles.colorTheme": "light", "liveServer.settings.donotShowInfoMsg": true, diff --git a/x/xinitrc b/x/xinitrc index 11403a9..96e645c 100644 --- a/x/xinitrc +++ b/x/xinitrc @@ -51,7 +51,7 @@ if [[ "$(xrandr | awk '/^VGA/ { print $2 }')" == "connected" ]]; then elif [[ "$(xrandr | awk '/^DP1/ { print $2 }')" == "connected" ]];then xrandr --output DP1 --primary --above eDP1 elif [[ "$(xrandr | awk '/^HDMI1/ { print $2 }')" == "connected" ]];then - xrandr --output HDMI1 --primary --above eDP1 + xrandr --output HDMI1 --above eDP1 else : fi @@ -63,7 +63,7 @@ setxkbmap gb # Set custom keybindings xmodmap ~/.Xmodmap # Set background -feh --bg-fill /home/thomas/wallpapers/arpanet/svg/blue.svg +feh --bg-fill /home/thomas/wallpapers/arpanet/svg/green.svg # Start i3 window manager exec i3