From ceae010375308744bfe381ee2c8126dbcfefdf88 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 26 May 2024 20:06:47 +0300 Subject: Lots of visual changes and quality of life. Dunst configured correctly. NeoVim colorscheme configured better. Updates to many config files. Changes to be committed: modified: Vencord/settings/settings.json modified: X11/Xresources modified: X11/xinit new file: appimageupdate modified: btop/btop.conf modified: clockpower modified: dunst/dunstrc new file: dunst/launch.sh modified: keybinds modified: lock modified: nvim/colors/hybrid.vim new file: nvim/colors/hybrid.vim.bkup modified: nvim/init.vim new file: qBittorrent/ICEBERG.qbtheme new file: qBittorrent/ayuDark.qbtheme modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- X11/Xresources | 11 +++++------ X11/xinit | 4 +++- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'X11') diff --git a/X11/Xresources b/X11/Xresources index 745ed66..6a8423c 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -6,9 +6,8 @@ Xcursor.theme: SpaceKCursors *.font: "Inconsolata:pixelsize=17:antialias=true:autohint=true" ! special -*.foreground: #d9d5e6 *.background: #0a001f - +*.foreground: #d9d5e6 *.cursorColor: #d9d5e6 ! black @@ -16,8 +15,8 @@ Xcursor.theme: SpaceKCursors *.color8: #828ff9 ! red -*.color1: #7f64ba -*.color9: #7f64ba +*.color1: #6740ba +*.color9: #6740ba ! green *.color2: #828ff9 @@ -36,8 +35,8 @@ Xcursor.theme: SpaceKCursors *.color13: #ace6f0 ! cyan -*.color6: #7f64ba -*.color14: #7f64ba +*.color6: #6740ba +*.color14: #6740ba ! white *.color7: #eebea4 diff --git a/X11/xinit b/X11/xinit index 0649069..e61b147 100755 --- a/X11/xinit +++ b/X11/xinit @@ -4,7 +4,8 @@ # ## ~/.xinitrc ## # # # -#xrandr --output HDMI-0 --mode 3840x2160 --auto -r 60 & # 120 +#xrandr --output HDMI-1-0 --mode 3840x2160 -r 120 & +#xrandr --output HDMI-0 --mode 3840x2160 -r 120 & xrandr --output HDMI-0 --mode 1920x1080 -r 240 & xrandr --output HDMI-1-0 --mode 1920x1080 -r 240 & @@ -45,6 +46,7 @@ synclient MinSpeed=1.25 MaxSpeed=2.5 # pointe synclient AccelFactor=0.025 # acceleration amixer --card 0 set 'Master' 100 & # audio volume +amixer --card 0 set 'Mic Boost' 0 & # mic boost volume amixer --card 0 set 'Capture' 39 & # capture volume sxhkd -c $HOME/.config/keybinds & # keybindings -- cgit v1.2.3