Compare commits
3 Commits
8b1ae5722d
...
c552d62cad
| Author | SHA1 | Date | |
|---|---|---|---|
| c552d62cad | |||
| 315d3510fb | |||
| b0b6047f06 |
1
desktop-gruvbox-sway/.config/rofi
Symbolic link
1
desktop-gruvbox-sway/.config/rofi
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../desktop-gruvbox/.config/rofi
|
||||||
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user