diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-13 13:41:45 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-13 13:41:45 -0600 |
commit | 435dc20b5183f038d9a6a3c23199294ed1111986 (patch) | |
tree | 88777dfd7a694d033be95abba8ccbfa50764f86b | |
parent | 7f2a7a6fa6425072ed347f09e69060af5611198c (diff) |
dunsts, polybar, picom
-rw-r--r-- | .config/dunst/dunstrc | 4 | ||||
-rw-r--r-- | .config/picom/picom.conf | 8 | ||||
-rw-r--r-- | .config/polybar/config.ini | 8 | ||||
-rw-r--r-- | .config/polybar/modules.ini | 9 | ||||
-rwxr-xr-x | .config/polybar/scripts/launcher.sh | 2 | ||||
-rw-r--r-- | .config/polybar/scripts/rofi/launcher.rasi | 8 |
6 files changed, 20 insertions, 19 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 76bc5c0..f6e0d36 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -293,8 +293,8 @@ # * context_all: Open context menu for all notifications. # These values can be strung together for each mouse event, and # will be executed in sequence. - mouse_left_click = close_current - mouse_middle_click = do_action, close_current + mouse_left_click = do_action + mouse_middle_click = close_current mouse_right_click = close_all # Experimental features that may or may not work correctly. Do not expect them diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 37ccd8e..239a456 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -2,7 +2,7 @@ # Corners # ################################# # requires: https://github.com/sdhand/compton -corner-radius = 15.0; +corner-radius = 10.0; rounded-corners-exclude = [ "window_type = 'tooltip'", "window_type = 'popup_menu'", @@ -49,11 +49,11 @@ shadow-radius = 0; # The left offset for shadows, in pixels. (defaults to -15) # shadow-offset-x = -15 -shadow-offset-x = -7; +shadow-offset-x = 0; # The top offset for shadows, in pixels. (defaults to -15) # shadow-offset-y = -15 -shadow-offset-y = -7; +shadow-offset-y = 0; # Avoid drawing shadows on dock/panel windows. This option is deprecated, # you should use the *wintypes* option in your config file instead. @@ -181,7 +181,7 @@ inactive-dim-fixed = 1; # Note we don't make any guarantee about possible conflicts with other # programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows. # example: - opacity-rule = [ "100:class_g = 'firefox'", "100:class_g = 'Polybar'" ]; + opacity-rule = [ "100:class_g = 'firefox'", "80:class_g = 'Polybar'", "100:class_g = 'steam'", "100:class_g = 'wine'", ]; # # opacity-rule = [] diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index bd46172..36383de 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -62,7 +62,7 @@ fixed-center = true ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels width = 100% -height = 50 +height = 30 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; the percentage can optionally be extended with a pixel offset like so: @@ -131,7 +131,7 @@ module-margin-right = 1 ; font-3 = FontAwesome:size=10 ; See the Fonts wiki page for more details -font-0 = "Meslo LGS NF:size=10;4" +font-0 = "MesloLGS NF:size=10;3" font-1 = "Iosevka Nerd Font:size=10;3" font-2 = "feather:size=10;3" font-3 = "Nerd Font:size=10;3" @@ -143,7 +143,7 @@ font-3 = "Nerd Font:size=10;3" modules-left = workspaces modules-center = title -modules-right = network pulseaudio date +modules-right = memory pulseaudio date ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -210,7 +210,7 @@ tray-scale = 1.0 ; Set a DPI values used when rendering text ; This only affects scalable fonts -dpi = 144 +dpi = 96 ; Enable support for inter-process messaging ; See the Messaging wiki page for more details. diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index 2d30ff9..81c27d6 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -802,7 +802,7 @@ label-disconnected = "%{A1:networkmanager_dmenu &:} Disconnected %{A}" ; Normal Module [module/network] type = internal/network -interface = wlan0 +interface = enp6s0 ; Seconds to sleep between updates ; Default: 1 @@ -858,7 +858,7 @@ format-disconnected-prefix-foreground = ${color.orange} ; %downspeed% [wireless+wired] ; %linkspeed% [wired] ; Default: %ifname% %local_ip% -label-connected = "%{A1:networkmanager_dmenu &:} %essid% %{F#6C77BB}" +label-connected = "%{A1:networkmanager_dmenu &:} %ifname% %{F#6C77BB}" ; Available tokens: ; %ifname% [wireless+wired] @@ -1076,9 +1076,10 @@ enable-scroll = true ; $ xprop -root _NET_DESKTOP_NAMES icon-0 = I; icon-1 = II; -icon-2 = III; +icon-2 = III; icon-3 = IV; -icon-4 = V; +icon-4 = V; +; ; Available tags: ; <label-monitor> diff --git a/.config/polybar/scripts/launcher.sh b/.config/polybar/scripts/launcher.sh index 212a197..7b4c31e 100755 --- a/.config/polybar/scripts/launcher.sh +++ b/.config/polybar/scripts/launcher.sh @@ -10,4 +10,4 @@ FILE="$HOME/.config/polybar/scripts/rofi/colors.rasi" #sed -i -e "s/ac: .*/ac: ${AC}FF;/g" $FILE #sed -i -e "s/se: .*/se: ${SE}FF;/g" $FILE -rofi -dpi 144 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/scripts/rofi/launcher.rasi +rofi -dpi 96 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/scripts/rofi/launcher.rasi diff --git a/.config/polybar/scripts/rofi/launcher.rasi b/.config/polybar/scripts/rofi/launcher.rasi index 9bea4a3..916171c 100644 --- a/.config/polybar/scripts/rofi/launcher.rasi +++ b/.config/polybar/scripts/rofi/launcher.rasi @@ -28,8 +28,8 @@ window { border: 1px 1px 1px 1px; border-color: @fg; border-radius: 0px; - width: 700px; - height: 600px; + width: 500px; + height: 500px; location: center; x-offset: 0; y-offset: 0; @@ -92,11 +92,11 @@ element { text-color: @fg; orientation: horizontal; border-radius: 0px; - padding: 12px; + padding: 6px; } element-icon { - size: 36px; + size: 24px; border: 0px; background-color: @bg; } |