summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-09-08 17:11:13 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-09-08 17:11:13 +0200
commit59c534db84b90622f46e471ccf9b47b1e0757de4 (patch)
tree5cf7ff1211087ab98ac98d7dd309f78eea2a6d52 /.config
parent002a90ffd3931835c2f91d35c79267fba467013e (diff)
cleaned up polybar + nm-applet in xinitrc + input switch bind in i3config
Diffstat (limited to '.config')
-rw-r--r--.config/alacritty/alacritty.yml2
-rw-r--r--.config/i3/config2
-rw-r--r--.config/polybar/config26
-rw-r--r--.config/rofi/config.rasi4
4 files changed, 12 insertions, 22 deletions
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>
-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} [<span weight='light' size='small'><i>({generic})</i></span>]";*/
/* 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: ;*/