diff --git a/.config/polybar/config.ini##class.arch_desktop b/.config/polybar/config.ini##class.arch_desktop index 877734d..65edd01 100644 --- a/.config/polybar/config.ini##class.arch_desktop +++ b/.config/polybar/config.ini##class.arch_desktop @@ -65,7 +65,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 = 25 +height = 23 ; 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: @@ -121,8 +121,8 @@ padding = 0 ; Number of spaces to add before/after each module ; Individual side values can be defined using: ; module-margin-{left,right} -module-margin-left = 2 -module-margin-right = 2 +module-margin-left = 0 +module-margin-right = 1 ; Fonts are defined using ; ; Font names are specified using a fontconfig pattern. @@ -135,7 +135,7 @@ module-margin-right = 2 ;;font-0 = "Misc Termsyn:size=12;1" ;;font-1 = "Wuncon Siji:size=12;1" -font-0 = "Ubuntu Condensed:size=13;2" +font-0 = "MesloLGS NF:size=10;2" font-1 = "icomoon\-feather:size=13;2" font-2 = "xos4 Terminus:size=12;1" @@ -160,12 +160,12 @@ font-2 = "xos4 Terminus:size=12;1" ;cpu_bar memory_bar filesystem_bar mpd_bar ;volume brightness battery_bar -modules-left = workspaces cpu memory temperature filesystem +modules-left = cpu cpu_temp memory filesystem modules-center = title -modules-right = pulseaudio mic_status network battery date +modules-right = pulseaudio mic_status network public_ip battery date ; The separator will be inserted between the output of each module -separator = | +separator = ; This value is used to add extra spacing between elements ; @deprecated: This parameter will be removed in an upcoming version diff --git a/.setup/packages/desktop_tools b/.setup/packages/desktop_tools index a504008..95808b2 100644 --- a/.setup/packages/desktop_tools +++ b/.setup/packages/desktop_tools @@ -37,5 +37,7 @@ qalculate-gtk evince okular -lightdm-webkit-theme-aether pamixer +xbindkeys +nvidia-settings +dunst diff --git a/.tmux.conf b/.tmux.conf index 37cae1f..490000c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -49,7 +49,7 @@ set-option -g status-right-length 90 set-option -g status-left "#(~/.config/tmux-powerline/powerline.sh left)" set-option -g status-right "#(~/.config/tmux-powerline/powerline.sh right)" -source "$HOME/.local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf" +#source "$HOME/.local/lib/python3.10/site-packages/powerline/bindings/tmux/powerline.conf" # clear both screen and history diff --git a/.xprofile##class.arch_desktop b/.xprofile##class.arch_desktop index d018b81..03f8561 100644 --- a/.xprofile##class.arch_desktop +++ b/.xprofile##class.arch_desktop @@ -10,3 +10,5 @@ xset s noblank & xset -dpms & xsetroot -solid black & xset-root -solid black & + +powerline-config tmux setup &