diff options
Diffstat (limited to '.config/polybar')
-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 |
4 files changed, 14 insertions, 13 deletions
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; } |