Compare commits

...

3 Commits

Author SHA1 Message Date
c552d62cad Center date? Center date. 2022-01-27 08:03:24 -06:00
315d3510fb Minor polish to Sway
But I still hate libinput and this touchpad, ugh
2022-01-26 15:58:19 -06:00
b0b6047f06 Slight cosmetic adjustments to swaywm 2022-01-26 15:46:30 -06:00
3 changed files with 9 additions and 7 deletions

View File

@@ -0,0 +1 @@
../../desktop-gruvbox/.config/rofi

View File

@@ -31,10 +31,10 @@ workspace $w8 output $monsec
workspace $w9 output $monsec workspace $w9 output $monsec
## COSMETICS ## COSMETICS
font pango:Roboto 10 font pango:IBM Plex Sans 12
default_border pixel 4 default_border pixel 6
focus_on_window_activation none focus_on_window_activation none
gaps inner 6 gaps inner 8
set $red #fb4934 set $red #fb4934
set $green #b8bb26 set $green #b8bb26
@@ -167,7 +167,7 @@ input "type:touchpad" {
accel_profile flat # Disables mouse acceleration accel_profile flat # Disables mouse acceleration
drag enabled # Enable tap-dragging drag enabled # Enable tap-dragging
dwt enabled # Disable device while typing dwt enabled # Disable device while typing
pointer_accel 0 # REALLY disable mouse accel pointer_accel 1 # REALLY disable mouse accel
tap enabled # Enable tapping tap enabled # Enable tapping
tap_button_map lrm # 1/2/3-finger tap (left, right, middle) tap_button_map lrm # 1/2/3-finger tap (left, right, middle)
} }

View File

@@ -64,9 +64,10 @@ font-5 = "Font Awesome 5 Brands:style=Regular:size=12;2"
[bar/primary] [bar/primary]
monitor = ${env:PB_MONITOR:eDP-1} monitor = ${env:PB_MONITOR:eDP-1}
inherit = template/bar inherit = template/bar
tray-position = center tray-position = right
modules-left = i3 bspwm service-ansible service-backup reboot-required modules-left = i3 bspwm service-ansible service-backup reboot-required
modules-right = xkeyboard backlight pulse battery battery-bat1 | date modules-center = date
modules-right = xkeyboard backlight pulse battery battery-bat1 |
border-top-size = 0 border-top-size = 0
[bar/secondary] [bar/secondary]
@@ -174,7 +175,7 @@ date = %a %b %d
time = %I:%M %p time = %I:%M %p
interval = 5 interval = 5
format = <label> format = <label>
label = %date% %time% label = %{T3}%date% %time%%{T-}
[module/fshome] [module/fshome]
type = internal/fs type = internal/fs