From b25473b488a3f497c382fcca73a3f161c0433bc5 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sat, 4 Jun 2022 20:31:03 +0100 Subject: [PATCH] More tweaks --- .gitignore | 1 + polybar/config.ini | 2 +- rofi/alien-blood-rofi/rounded-common.rasi | 2 +- rofi/config.rasi | 4 ++-- vscode/settings.json | 7 ++++--- x/Xresources | 2 +- x/xinitrc | 18 +----------------- zsh/zshrc | 2 ++ 8 files changed, 13 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 81297bd..c892b78 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .nvimlog +spotifyd/spotifyd.conf \ No newline at end of file diff --git a/polybar/config.ini b/polybar/config.ini index 42c12f9..d0e7dcb 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -111,7 +111,7 @@ label-muted = "muted" click-right = exec pavucontrol label-muted-foreground = ${colors.disabled} label-padding = 1 -format-volume-underline = #00aae0 +format-volume-underline = #3c4812 format-muted-underline = ${colors.alert} [module/xkeyboard] type = internal/xkeyboard diff --git a/rofi/alien-blood-rofi/rounded-common.rasi b/rofi/alien-blood-rofi/rounded-common.rasi index cf63f5b..a944e2b 100644 --- a/rofi/alien-blood-rofi/rounded-common.rasi +++ b/rofi/alien-blood-rofi/rounded-common.rasi @@ -26,7 +26,7 @@ mainbox { padding: 15px; border-color: @bg3; border: 0px; - border-radius: 2px; + border-radius: 6px; } inputbar { diff --git a/rofi/config.rasi b/rofi/config.rasi index f8bb015..e5b56c7 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modi: "window,run,ssh,drun"; - font: "Inter Medium 12"; + font: "Inter Medium 11"; /* location: 0;*/ /* yoffset: 0;*/ /* xoffset: 0;*/ @@ -14,7 +14,7 @@ show-icons: true; /* run-shell-command: "{terminal} -e {cmd}";*/ /* window-command: "wmctrl -i -R {window}";*/ /* window-match-fields: "all";*/ -icon-theme: "Breeze" ; +icon-theme: "breeze-dark" ; /* drun-match-fields: "name,generic,exec,categories,keywords";*/ /* drun-categories: ;*/ /* drun-show-actions: false;*/ diff --git a/vscode/settings.json b/vscode/settings.json index 6c72c96..f2f0a6f 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -9,11 +9,11 @@ "editor.smoothScrolling": true, "editor.formatOnSave": true, "editor.bracketPairColorization.enabled": true, - "terminal.integrated.fontFamily": "Fira Code", + "terminal.integrated.fontFamily": "Liga Liberation Mono", "terminal.integrated.fontSize": 11, "terminal.integrated.fontWeight": "400", "terminal.integrated.tabs.enabled": true, - "debug.console.fontFamily": "Fira Code", + "debug.console.fontFamily": "Liga Liberation Mono", "debug.console.fontSize": 12, "explorer.confirmDelete": false, "workbench.list.smoothScrolling": true, @@ -38,6 +38,7 @@ "opacity": 50, "iconColour": "#e08009" }, + "markdown.styles": ["markdown-styles.css"], "markdown-preview-github-styles.colorTheme": "light", "liveServer.settings.donotShowInfoMsg": true, "explorer.confirmDragAndDrop": false, @@ -49,7 +50,7 @@ { "scope": "comment", "settings": { - "fontStyle": "italic" + "fontStyle": "" } } ] diff --git a/x/Xresources b/x/Xresources index 1f4ee5e..a1c6336 100644 --- a/x/Xresources +++ b/x/Xresources @@ -1,2 +1,2 @@ cursor.theme: Breeze_Default -Xcursor.size: 6 +Xcursor.size: 3 diff --git a/x/xinitrc b/x/xinitrc index 82a5d2e..6fa0a97 100644 --- a/x/xinitrc +++ b/x/xinitrc @@ -8,15 +8,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then - - - - - - - xrdb -merge $sysresources - fi if [ -f $sysmodmap ]; then @@ -24,13 +16,6 @@ if [ -f $sysmodmap ]; then fi if [ -f "$userresources" ]; then - - - - - - - xrdb -merge "$userresources" fi @@ -77,9 +62,8 @@ setxkbmap gb # Set custom keybindings xmodmap ~/.Xmodmap - # Set background -feh --bg-fill /home/thomas/wallpapers/arpanet_wallpaper/svg/green.svg +feh --bg-fill /home/thomas/wallpapers/arpanet/svg/blue.svg # Start i3 window manager exec i3 diff --git a/zsh/zshrc b/zsh/zshrc index 2ee1abf..eb80590 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -11,6 +11,7 @@ alias vim="nvim" alias cat="bat" alias grep="rg" alias chrome="google-chrome-stable" +alias spot="ncspot" # Set properties based on OS case "$OSTYPE" in @@ -43,3 +44,4 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" export LC_ALL=en_GB.UTF-8 +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion