diff options
| author | Shubham Saini <pryr@pryr.xyz> | 2020-12-03 12:39:51 +0000 |
|---|---|---|
| committer | Shubham Saini <pryr@pryr.xyz> | 2020-12-03 12:39:51 +0000 |
| commit | 0e4410594fbfd02b34776c83ea4ad6a39e21b871 (patch) | |
| tree | f56b9d22e9c10e8dc94449f4ee738f27cf654427 | |
| parent | 756721636ef05220700cfe775f73c3a23d0c7625 (diff) | |
fix res
| -rwxr-xr-x | bin/.bin/lay | 3 | ||||
| -rwxr-xr-x | bin/.bin/lay_both | 2 | ||||
| -rwxr-xr-x | bin/.bin/lay_edp | 2 | ||||
| -rwxr-xr-x | bin/.bin/wpa | 2 | ||||
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 3 | ||||
| -rwxr-xr-x | dunst/.config/dunst/dunstrc | 6 | ||||
| -rwxr-xr-x | polybar/.config/polybar/config | 4 | ||||
| -rwxr-xr-x | 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 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | ~/bin/lay_hdmi | 2 | 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 |
| 3 | xrandr --output HDMI-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output eDP-1 --mode 1366x768 --pos 1366x0 --rotate normal | ||
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 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --mode 1366x768 --pos 0x0 --rotate normal | 2 | 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 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | xrandr --output eDP-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-1 --off | 2 | 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 @@ | |||
| 3 | case "$1" in | 3 | case "$1" in |
| 4 | r*) | 4 | r*) |
| 5 | sudo pkill wpa_supplicant | 5 | sudo pkill wpa_supplicant |
| 6 | sudo wpa_supplicant -i wlp3s0 -B -c /etc/wpa_supplicant/wpa_supplicant.conf | 6 | sudo wpa_supplicant -i wlp3s0 -B -c /etc/wpa_supplicant/wpa_supplicant-wlp3s0.conf |
| 7 | ;; | 7 | ;; |
| 8 | n*) | 8 | n*) |
| 9 | sudo wpa_cli -i wlp3s0 select_network "$2" | 9 | 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 & | |||
| 26 | ~/.bin/bat_check & | 26 | ~/.bin/bat_check & |
| 27 | picom & | 27 | picom & |
| 28 | dunst & | 28 | dunst & |
| 29 | ~/.config/polybar/launch.sh | 29 | ~/.config/polybar/launch.sh & |
| 30 | 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 @@ | |||
| 67 | 67 | ||
| 68 | # Set the background and foreground (text) color for all notifications | 68 | # Set the background and foreground (text) color for all notifications |
| 69 | [urgency_low] | 69 | [urgency_low] |
| 70 | background = "#000000" | 70 | background = "#101010" |
| 71 | foreground = "#eeffff" | 71 | foreground = "#eeffff" |
| 72 | timeout = 5 | 72 | timeout = 5 |
| 73 | 73 | ||
| 74 | [urgency_normal] | 74 | [urgency_normal] |
| 75 | background = "#000000" | 75 | background = "#101010" |
| 76 | foreground = "#eeffff" | 76 | foreground = "#eeffff" |
| 77 | timeout = 5 | 77 | timeout = 5 |
| 78 | 78 | ||
| 79 | [urgency_critical] | 79 | [urgency_critical] |
| 80 | background = "#000000" | 80 | background = "#101010" |
| 81 | foreground = "#eeffff" | 81 | foreground = "#eeffff" |
| 82 | timeout = 0 | 82 | 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 | |||
| 6 | background = #00000000 | 6 | background = #00000000 |
| 7 | background-alt = ${xrdb:color0:#000} | 7 | background-alt = ${xrdb:color0:#000} |
| 8 | ;foreground = ${xrdb:foreground:#c5c8c6} | 8 | ;foreground = ${xrdb:foreground:#c5c8c6} |
| 9 | foreground = #757474 | 9 | foreground = #a3a1a1 |
| 10 | foreground-alt = ${xrdb:colorBD:#444} | 10 | foreground-alt = ${xrdb:colorBD:#444} |
| 11 | primary = ${xrdb:color4:#ffb52a} | 11 | primary = ${xrdb:color4:#ffb52a} |
| 12 | secondary = ${xrdb:color3:#e60053} | 12 | secondary = ${xrdb:color3:#e60053} |
| @@ -17,7 +17,7 @@ alert = ${xrdb:color1:#bd2c40} | |||
| 17 | width = 100% | 17 | width = 100% |
| 18 | height = 20 | 18 | height = 20 |
| 19 | ;offset-x = 1% | 19 | ;offset-x = 1% |
| 20 | ;offset-y = 1% | 20 | offset-y = 0.5% |
| 21 | radius = 0 | 21 | radius = 0 |
| 22 | fixed-center = false | 22 | fixed-center = false |
| 23 | bottom = false | 23 | bottom = false |
diff --git a/x/.Xresources b/x/.Xresources index 98f8dca..c0e0def 100755 --- a/x/.Xresources +++ b/x/.Xresources | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ! | 4 | ! |
| 5 | !------------------------------------------------------------------------------ | 5 | !------------------------------------------------------------------------------ |
| 6 | 6 | ||
| 7 | #define base00 #000000 | 7 | #define base00 #101010 |
| 8 | #define base01 #303030 | 8 | #define base01 #303030 |
| 9 | #define base02 #353535 | 9 | #define base02 #353535 |
| 10 | #define base03 #4A4A4A | 10 | #define base03 #4A4A4A |
| @@ -48,7 +48,7 @@ | |||
| 48 | 48 | ||
| 49 | URxvt.cursorBlink : 1 | 49 | URxvt.cursorBlink : 1 |
| 50 | URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \ | 50 | URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \ |
| 51 | xft:DejaVu Sans Mono:size=13:style=Medium | 51 | xft:DejaVu Sans Mono:size=9:style=Medium |
| 52 | 52 | ||
| 53 | URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Italic | 53 | URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Italic |
| 54 | URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Bold | 54 | URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Bold |
