From 0e4410594fbfd02b34776c83ea4ad6a39e21b871 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Thu, 3 Dec 2020 18:09:51 +0530 Subject: fix res --- bin/.bin/lay | 3 +-- bin/.bin/lay_both | 2 +- bin/.bin/lay_edp | 2 +- bin/.bin/wpa | 2 +- bspwm/.config/bspwm/bspwmrc | 3 ++- dunst/.config/dunst/dunstrc | 6 +++--- polybar/.config/polybar/config | 4 ++-- x/.Xresources | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bin/.bin/lay b/bin/.bin/lay index b891ab1..530402a 100755 --- a/bin/.bin/lay +++ b/bin/.bin/lay @@ -1,3 +1,2 @@ #!/bin/sh -~/bin/lay_hdmi -xrandr --output HDMI-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output eDP-1 --mode 1366x768 --pos 1366x0 --rotate normal +xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --mode 1366x768 --scale 1.25x1.25 --pos 1920x0 --rotate normal --output DisplayPort-0 --off diff --git a/bin/.bin/lay_both b/bin/.bin/lay_both index 245ff20..21eb5ec 100755 --- a/bin/.bin/lay_both +++ b/bin/.bin/lay_both @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal +xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal diff --git a/bin/.bin/lay_edp b/bin/.bin/lay_edp index e83d882..39f35c7 100755 --- a/bin/.bin/lay_edp +++ b/bin/.bin/lay_edp @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --off +xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off diff --git a/bin/.bin/wpa b/bin/.bin/wpa index 89f0141..c37ba15 100755 --- a/bin/.bin/wpa +++ b/bin/.bin/wpa @@ -3,7 +3,7 @@ case "$1" in r*) sudo pkill wpa_supplicant - sudo wpa_supplicant -i wlp3s0 -B -c /etc/wpa_supplicant/wpa_supplicant.conf + sudo wpa_supplicant -i wlp3s0 -B -c /etc/wpa_supplicant/wpa_supplicant-wlp3s0.conf ;; n*) sudo wpa_cli -i wlp3s0 select_network "$2" diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index da6a106..52529ba 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -26,4 +26,5 @@ urxvtd & ~/.bin/bat_check & picom & dunst & -~/.config/polybar/launch.sh +~/.config/polybar/launch.sh & +sudo rtcwake -m mem -s 1 diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 21b5612..60b6658 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -67,16 +67,16 @@ # Set the background and foreground (text) color for all notifications [urgency_low] -background = "#000000" +background = "#101010" foreground = "#eeffff" timeout = 5 [urgency_normal] -background = "#000000" +background = "#101010" foreground = "#eeffff" timeout = 5 [urgency_critical] -background = "#000000" +background = "#101010" foreground = "#eeffff" timeout = 0 diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 37609ef..bf137a6 100755 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -6,7 +6,7 @@ screenchange-reload = true background = #00000000 background-alt = ${xrdb:color0:#000} ;foreground = ${xrdb:foreground:#c5c8c6} -foreground = #757474 +foreground = #a3a1a1 foreground-alt = ${xrdb:colorBD:#444} primary = ${xrdb:color4:#ffb52a} secondary = ${xrdb:color3:#e60053} @@ -17,7 +17,7 @@ alert = ${xrdb:color1:#bd2c40} width = 100% height = 20 ;offset-x = 1% -;offset-y = 1% +offset-y = 0.5% radius = 0 fixed-center = false bottom = false diff --git a/x/.Xresources b/x/.Xresources index 98f8dca..c0e0def 100755 --- a/x/.Xresources +++ b/x/.Xresources @@ -4,7 +4,7 @@ ! !------------------------------------------------------------------------------ -#define base00 #000000 +#define base00 #101010 #define base01 #303030 #define base02 #353535 #define base03 #4A4A4A @@ -48,7 +48,7 @@ URxvt.cursorBlink : 1 URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \ - xft:DejaVu Sans Mono:size=13:style=Medium + xft:DejaVu Sans Mono:size=9:style=Medium URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Italic URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Bold -- cgit v1.2.3