aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-04-25 00:04:48 -0400
committerSpacedio <spacedio@thernusen.net>2026-04-25 00:04:48 -0400
commit18251f226832b5e18834fce7f39650d030fa6a8b (patch)
tree0dfee4e16382cbab3b72c54f631210e2cab9c0b5
parent559cc182a5c359679b9b8bb56c12cb946e090d29 (diff)
downloaddotfiles-master.tar.gz
Polybar and i3 config changes.HEADmaster
-rw-r--r--i3/.config/i3/config4
-rw-r--r--polybar/.config/polybar/config.ini14
2 files changed, 9 insertions, 9 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index d19c3d3..85d06a9 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -32,11 +32,11 @@ exec_always --no-startup-id "picom --config ~/.config/picom/picom.conf"
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
-exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
+#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
-exec --no-startup-id nm-applet
+#exec --no-startup-id nm-applet
# Autofocus on hover, also when switching workspaces
focus_follows_mouse yes
diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini
index b6d3693..1fd8ca8 100644
--- a/polybar/.config/polybar/config.ini
+++ b/polybar/.config/polybar/config.ini
@@ -74,7 +74,7 @@ type = internal/xworkspaces
label-active = 
label-active-padding = 1
-label-active-foreground = ${colors.disabled}
+label-active-foreground = ${colors.foreground}
label-active-font = 1
label-occupied = 
@@ -208,15 +208,15 @@ label-foreground = ${colors.primary}
[module/void]
type = custom/text
-content = 
-content-foreground = ${colors.green}
-content-margin = 0
+label = 
+label-foreground = ${colors.green}
+label-margin = 0
[module/space]
type = custom/text
-content = " "
+label = " "
[module/separator]
type = custom/text
-content = "|"
-content-foreground = ${colors.disabled}
+label = "|"
+label-foreground = ${colors.foreground}