Skip to content

Commit

Permalink
Update Wayfire and nwgbar
Browse files Browse the repository at this point in the history
  • Loading branch information
chpxu committed Jul 24, 2022
1 parent f240fe0 commit 23da15c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
7 changes: 6 additions & 1 deletion .config/nwg-launchers/nwgbar/bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@
},
{
"name": "Logout",
"exec": "swaymsg exit",
"exec": "pkill -KILL -u chung",
"icon": "system-log-out"
},
{
"name": "End Wayfire Session",
"exec": "pkill -f wayfire",
"icon": "wcm"
},
{
"name": "Reboot",
"exec": "sudo reboot",
Expand Down
22 changes: 12 additions & 10 deletions .config/wayfire.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ a2 = wl-paste -w cliphist store
autostart_wf_shell = false
background = wf-background
dock = waybar
idle = swayidle -w timeout 180 'swaylock' \ timeout 180 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
idle = swayidle before-sleep swaylock
notifications = mako
outputs = kanshi
portal = /usr/libexec/xdg-desktop-portal

Expand All @@ -53,7 +54,8 @@ frames_per_update = 3
position = top_center

[blur]
blur_by_default = type equals "toplevel"
blur_by_default = all
mode = normal
bokeh_degrade = 1
bokeh_iterations = 15
bokeh_offset = 5.000000
Expand All @@ -63,7 +65,7 @@ box_offset = 1.000000
gaussian_degrade = 1
gaussian_iterations = 2
gaussian_offset = 1.000000
kawase_degrade = 8
kawase_degrade = 9
kawase_iterations = 2
kawase_offset = 2.000000
method = kawase
Expand Down Expand Up @@ -105,10 +107,10 @@ focus_button_with_modifiers = false
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
focus_buttons_passthrough = true
max_render_time = -1
plugins = alpha animate autostart command expo extra-gestures scale simple-tile place preserve-output decorcommandation idle vswitch switcher vswipe wm-actions
plugins = alpha animate autostart blur command expo extra-gestures scale simple-tile place preserve-output decorcommandation idle vswitch switcher vswipe wm-actions
preferred_decoration_mode = server
vheight = 3
vwidth = 3
vwidth = 2
xwayland = true

[crosshair]
Expand Down Expand Up @@ -206,7 +208,7 @@ cube_max_zoom = 1.500000
cube_rotate_speed = 1.000000
cube_zoom_speed = 1000
disable_on_fullscreen = true
dpms_timeout = -1
dpms_timeout = 120
screensaver_timeout = 3600
toggle = none

Expand Down Expand Up @@ -335,21 +337,21 @@ speed = 250
view_thumbnail_scale = 1.000000

[vswipe]
background = \#1A1A1AFF
background = \#2E3440FF
delta_threshold = 24.000000
duration = 180
enable_free_movement = false
enable_horizontal = true
enable_smooth_transition = true
enable_vertical = true
fingers = 4
gap = 32.000000
speed_cap = 0.050000
gap = 0.000000
speed_cap = 0.100000
speed_factor = 256.000000
threshold = 0.350000

[vswitch]
background = \#5E81ACFF
background = \#2E3440FF
binding_down = <ctrl> <super> KEY_DOWN
binding_left = <ctrl> <super> KEY_LEFT
binding_right = <ctrl> <super> KEY_RIGHT
Expand Down

0 comments on commit 23da15c

Please sign in to comment.