Skip to content

Commit

Permalink
Updated VPN view, added file viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Apr 14, 2024
1 parent 9ccc5e1 commit 417116b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dot.deb.x/i3status
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ run_watch VPN {

path_exists VPN {
# path exists when a VPN tunnel launched by nmcli/nm-applet is active
path = "/proc/sys/net/ipv4/conf/tun0"
path = "/proc/sys/net/ipv4/conf/wg0-mullvad/"
# format = "vpn %status"
format = " vpn "
}
Expand Down
9 changes: 9 additions & 0 deletions dot/neovim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ local plugins = {
{'folke/zen-mode.nvim'},
{'gaodean/autolist.nvim'},


-- Files
{
'stevearc/oil.nvim',
opts = {},
-- Optional dependencies
-- dependencies = { "nvim-tree/nvim-web-devicons" },
}

}

require('lazy').setup(plugins, {})

0 comments on commit 417116b

Please sign in to comment.