From 59c534db84b90622f46e471ccf9b47b1e0757de4 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Wed, 8 Sep 2021 17:11:13 +0200 Subject: cleaned up polybar + nm-applet in xinitrc + input switch bind in i3config --- .config/alacritty/alacritty.yml | 2 +- .config/i3/config | 2 +- .config/polybar/config | 26 ++++++++------------------ .config/rofi/config.rasi | 4 ++-- 4 files changed, 12 insertions(+), 22 deletions(-) (limited to '.config') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index f386abe..2e3ea14 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -131,7 +131,7 @@ font: #style: Bold Italic # Point size - size: 9.5 + size: 9 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter # spacing. diff --git a/.config/i3/config b/.config/i3/config index 02668cf..61fe448 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -165,6 +165,6 @@ for_window [title="^Steam Keyboard$"] floating enable ##### Exec -exec_always --no-startup-id nm-applet exec_always --no-startup-id $HOME/.config/polybar/launch.sh exec_always --no-startup-id picom --config $HOME/.config/picom/picom.conf -b +exec_always --no-startup-id setxkbmap -option grp:win_space_toggle us,dk diff --git a/.config/polybar/config b/.config/polybar/config index a1ad6ac..a86d126 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -36,7 +36,7 @@ padding-left = 0 padding-right = 2 module-margin-left = 0 -module-margin-right = 2 +module-margin-right = 4 ;font-0 = SFNS Display:style=Bold:size=12;3 font-0 = SFNS Display:style=Regular:size=13;3 @@ -44,7 +44,7 @@ font-1 = Font Awesome 5 Free Regular:size=12;3 font-2 = Font Awesome 5 Free Solid:size=12;3 modules-left = i3 -modules-center = +modules-center = modules-right = xkeyboard pulseaudio date tray-position = right @@ -89,7 +89,7 @@ font-2 = Font Awesome 5 Free Solid:size=12;3 modules-left = i3 modules-center = -modules-right = date2 +modules-right = date tray-position = none tray-padding = 2 @@ -110,8 +110,7 @@ blacklist-0 = num lock ;format-prefix-foreground = ${colors.foreground} ;format-prefix-background = ${colors.background-alt} -;label-layout = "%layout% " -label-layout = " %layout% " +label-layout = "%layout% " ;label-layout-background = ${colors.background-alt} label-indicator-padding = 2 @@ -159,26 +158,17 @@ label-urgent-padding = 3 ; label-separator = | - [module/date] type = internal/date interval = 5 -date = " %a %b %d" -time = %H:%M -label = " %date% %time% " - -[module/date2] -type = internal/date -interval = 5 - date = "" -date-alt = " %a %b %d" +date-alt = " %a %b %d " time = %H:%M time-alt = %H:%M -label = " %date% %time% " +label = "%date%%time% " [module/pulseaudio] @@ -186,11 +176,11 @@ type = internal/pulseaudio format-volume = -label-volume = "  %percentage% " +label-volume = " %percentage%" label-volume-foreground = ${root.foreground} ;label-volume-background = ${colors.background-alt} -label-muted = "  muted " +label-muted = " muted" label-muted-foreground = #999 ;label-muted-background = ${colors.background-alt} diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 10caf15..0fba9d8 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -20,7 +20,7 @@ configuration { /* drun-show-actions: false;*/ /* drun-display-format: "{name} [({generic})]";*/ /* drun-url-launcher: "xdg-open";*/ -/* disable-history: false;*/ + disable-history: false; /* ignored-prefixes: "";*/ /* sort: false;*/ /* sorting-method: "normal";*/ @@ -43,7 +43,7 @@ configuration { /* window-format: "{w} {c} {t}";*/ /* click-to-exit: true;*/ theme: "onedark"; -/* max-history-size: 25;*/ + max-history-size: 25; /* combi-hide-mode-prefix: false;*/ /* matching-negate-char: '-' /* unsupported */;*/ /* cache-dir: ;*/ -- cgit v1.2.3-70-g09d2