This commit is contained in:
Michael Chalupiak 2025-03-13 11:16:15 -04:00
parent fd50ca3299
commit 7c6da42aa4
5 changed files with 7 additions and 8 deletions

View File

@ -11,6 +11,5 @@ font-size = 14
# theme = light:xcodelight,dark:xcodedark # theme = light:xcodelight,dark:xcodedark
theme = Monokai Classic theme = Monokai Classic
# window-decoration = false # window-decoration = false
>>>>>>> master
gtk-adwaita = false gtk-adwaita = false
# window-decoration = server # window-decoration = server

View File

@ -11,7 +11,8 @@ local config = {
-- 💀 -- 💀
'jdtls', -- or '/path/to/java17_or_newer/bin/java' 'jdtls', -- or '/path/to/java17_or_newer/bin/java'
-- depends on if `java` is in your $PATH env variable and if it points to the right version. -- depends on if `java` is in your $PATH env variable and if it points to the right version.
'--java-executable',
'/usr/lib/jvm/java-23-openjdk/bin/java',
-- '-Declipse.application=org.eclipse.jdt.ls.core.id1', -- '-Declipse.application=org.eclipse.jdt.ls.core.id1',
-- '-Dosgi.bundles.defaultStartLevel=4', -- '-Dosgi.bundles.defaultStartLevel=4',
-- '-Declipse.product=org.eclipse.jdt.ls.core.product', -- '-Declipse.product=org.eclipse.jdt.ls.core.product',

View File

@ -270,16 +270,16 @@ return require('packer').startup(function(use)
end end
} }
-- use 'nvim-tree/nvim-web-devicons' use 'nvim-tree/nvim-web-devicons'
use({ use({
"utilyre/barbecue.nvim", "utilyre/barbecue.nvim",
tag = "*", tag = "*",
requires = { requires = {
"SmiteshP/nvim-navic", "SmiteshP/nvim-navic",
-- "nvim-tree/nvim-web-devicons", -- optional dependency "nvim-tree/nvim-web-devicons", -- optional dependency
}, },
-- after = "nvim-web-devicons", -- keep this if you're using NvChad after = "nvim-web-devicons", -- keep this if you're using NvChad
config = function() config = function()
require("barbecue").setup() require("barbecue").setup()
end, end,
@ -318,7 +318,7 @@ return require('packer').startup(function(use)
use { use {
'goolord/alpha-nvim', 'goolord/alpha-nvim',
-- requires = { 'nvim-tree/nvim-web-devicons' }, requires = { 'nvim-tree/nvim-web-devicons' },
config = function () config = function ()
require'alpha'.setup(require'alpha.themes.startify'.config) require'alpha'.setup(require'alpha.themes.startify'.config)
end end

View File

@ -28,7 +28,7 @@ wheel_scroll_lines=3
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\0\0\0\0\0\0\n\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\0\0\0\0\0\0\n\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96)
[SettingsWindow] [SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc\0\0\0\0\0\0\0\0\x5\xe0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xbc) geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba\0\0\0\0\0\0\0\0\x5\xe0\0\0\0\0\0\0\0\0\0\0\x5\xc7\0\0\x3\xba)
[Troubleshooting] [Troubleshooting]
force_raster_widgets=1 force_raster_widgets=1

View File

@ -51,7 +51,6 @@ font "Ubuntu 10"
# Example configuration: # Example configuration:
# #
exec swayidle -w \ exec swayidle -w \
# timeout 15 'swaylock -f -c 000000' \
timeout 360 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ timeout 360 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
timeout 600 'systemctl suspend-then-hibernate' \ timeout 600 'systemctl suspend-then-hibernate' \
before-sleep 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'