Updated
|
@ -9,7 +9,7 @@
|
||||||
# First line removes the path; second line sets it. Without the first line,
|
# First line removes the path; second line sets it. Without the first line,
|
||||||
# your path gets massive and fish becomes very slow.
|
# your path gets massive and fish becomes very slow.
|
||||||
set -e fish_user_paths
|
set -e fish_user_paths
|
||||||
set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.go/bin $HOME/.cargo/bin $HOME/.local/lib/flutter/bin $HOME/Applications $HOME/.local/share/JetBrains/Toolbox/scripts $HOME/.config/vifm/scripts /var/lib/flatpak/exports/bin/ $fish_user_paths
|
set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.go/bin $HOME/.cargo/bin $HOME/.local/lib/flutter/bin $HOME/.local/lib/android/emulator $HOME/.local/share/JetBrains/Toolbox/scripts /var/lib/flatpak/exports/bin/ $fish_user_paths
|
||||||
|
|
||||||
### EXPORT ###
|
### EXPORT ###
|
||||||
set fish_greeting # Supresses fish's intro message
|
set fish_greeting # Supresses fish's intro message
|
||||||
|
@ -161,9 +161,6 @@ alias egrep='egrep --color=auto'
|
||||||
alias fgrep='fgrep --color=auto'
|
alias fgrep='fgrep --color=auto'
|
||||||
|
|
||||||
# file management
|
# file management
|
||||||
alias fm="$HOME/.config/vifm/scripts/vifmrun"
|
|
||||||
alias flm="$HOME/.config/vifm/scripts/vifmrun"
|
|
||||||
alias vifm="$HOME/.config/vifm/scripts/vifmrun"
|
|
||||||
alias cp='cp -iv'
|
alias cp='cp -iv'
|
||||||
alias mv='mv -iv'
|
alias mv='mv -iv'
|
||||||
alias rm='rm -vI'
|
alias rm='rm -vI'
|
||||||
|
@ -221,10 +218,10 @@ alias yta-opus="yt-dlp --extract-audio --audio-format opus "
|
||||||
alias yta-vorbis="yt-dlp --extract-audio --audio-format vorbis "
|
alias yta-vorbis="yt-dlp --extract-audio --audio-format vorbis "
|
||||||
alias yta-wav="yt-dlp --extract-audio --audio-format wav "
|
alias yta-wav="yt-dlp --extract-audio --audio-format wav "
|
||||||
alias ytv-best="yt-dlp -f bestvideo+bestaudio "
|
alias ytv-best="yt-dlp -f bestvideo+bestaudio "
|
||||||
alias yt='ytfzf -ftslT kitty'
|
alias yt='ytfzf -ftslT chafa'
|
||||||
alias youtube='ytfzf -ftslT kitty'
|
alias youtube='ytfzf -ftslT chafa'
|
||||||
alias ytm='ytfzf -mtslT kitty'
|
alias ytm='ytfzf -mtslT chafa'
|
||||||
alias youtube-music='ytfzf -mtslT kitty'
|
alias youtube-music='ytfzf -mtslT chafa'
|
||||||
|
|
||||||
# network and bluetooth
|
# network and bluetooth
|
||||||
alias netstats='nmcli dev'
|
alias netstats='nmcli dev'
|
||||||
|
@ -235,6 +232,11 @@ alias wfi-on='nmcli radio wifi on'
|
||||||
alias wfi-off='nmcli radio wifi off'
|
alias wfi-off='nmcli radio wifi off'
|
||||||
alias blt='bluetoothctl'
|
alias blt='bluetoothctl'
|
||||||
|
|
||||||
|
# android emulator
|
||||||
|
alias avd='QT_QPA_PLATFORM=xcb emulator -avd Pixel_6_Pro_API_35'
|
||||||
|
alias avds='emulator -list-avds'
|
||||||
|
alias avde='QT_QPA_PLATFORM=xcb emulator -avd'
|
||||||
|
|
||||||
### SETTING THE STARSHIP PROMPT ###
|
### SETTING THE STARSHIP PROMPT ###
|
||||||
starship init fish | source
|
starship init fish | source
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
|
|
|
@ -108,7 +108,7 @@ password() {
|
||||||
elif nmcli -f BSSID,SECURITY dev wifi list | grep -w "$bssid" | awk '{print $2}' | grep -q -- "--"; then
|
elif nmcli -f BSSID,SECURITY dev wifi list | grep -w "$bssid" | awk '{print $2}' | grep -q -- "--"; then
|
||||||
pass=""
|
pass=""
|
||||||
else
|
else
|
||||||
pass=$($RUNNER -l 0 --password -p "[Enter Password ] " );
|
pass=$($RUNNER -l 0 --password -p "[Enter Password ] " );
|
||||||
if [ -z "$pass" ]; then
|
if [ -z "$pass" ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2,3 +2,5 @@
|
||||||
mail = maverick.xero@proton.me
|
mail = maverick.xero@proton.me
|
||||||
name = Lian Drake
|
name = Lian Drake
|
||||||
email = maverick.xero@proton.me
|
email = maverick.xero@proton.me
|
||||||
|
[safe]
|
||||||
|
directory = /usr/share/flutter
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
gtk-theme-name="Gruvbox-Dark"
|
gtk-theme-name="Gruvbox-Material-Dark"
|
||||||
gtk-icon-theme-name="Papirus-Dark"
|
gtk-icon-theme-name="Papirus-Dark"
|
||||||
gtk-font-name="Inter 10"
|
gtk-font-name="Inter 10"
|
||||||
gtk-cursor-theme-name="Simp1e-Gruvbox-Dark"
|
gtk-cursor-theme-name="Simp1e-Gruvbox-Dark"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Gruvbox-Dark
|
gtk-theme-name=Gruvbox-Material-Dark
|
||||||
gtk-icon-theme-name=Papirus-Dark
|
gtk-icon-theme-name=Papirus-Dark
|
||||||
gtk-font-name=Inter 10
|
gtk-font-name=Inter 10
|
||||||
gtk-cursor-theme-name=Simp1e-Gruvbox-Dark
|
gtk-cursor-theme-name=Simp1e-Gruvbox-Dark
|
||||||
|
|
|
@ -1,27 +1,3 @@
|
||||||
-- neovide options
|
|
||||||
vim.o.guifont = "mononoki Nerd Font:h14"
|
|
||||||
vim.g.neovide_no_idle = true
|
|
||||||
vim.g.neovide_confirm_quit = true
|
|
||||||
vim.g.neovide_input_use_logo = true
|
|
||||||
|
|
||||||
vim.g.neovide_cursor_antialiasing = true
|
|
||||||
vim.g.neovide_cursor_animate_in_insert_mode = true
|
|
||||||
vim.g.neovide_cursor_vfx_mode = "pixiedust"
|
|
||||||
vim.g.neovide_cursor_vfx_particle_speed = 20.0
|
|
||||||
|
|
||||||
vim.g.neovide_padding_top = 0
|
|
||||||
vim.g.neovide_padding_bottom = 0
|
|
||||||
vim.g.neovide_padding_right = 0
|
|
||||||
vim.g.neovide_padding_left = 0
|
|
||||||
|
|
||||||
-- Helper function for transparency formatting
|
|
||||||
local alpha = function()
|
|
||||||
return string.format("%x", math.floor(255 * (vim.g.transparency or 0.98)))
|
|
||||||
end
|
|
||||||
vim.g.neovide_transparency = 0.98
|
|
||||||
vim.g.transparency = 0.98
|
|
||||||
vim.g.neovide_background_color = "#1d2021" .. alpha()
|
|
||||||
|
|
||||||
-- nvim options
|
-- nvim options
|
||||||
vim.opt.shiftwidth = 4
|
vim.opt.shiftwidth = 4
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 4
|
||||||
|
@ -31,7 +7,7 @@ vim.opt.wrap = true -- wrap lines
|
||||||
vim.opt.spell = false
|
vim.opt.spell = false
|
||||||
vim.o.shell = '/usr/bin/fish'
|
vim.o.shell = '/usr/bin/fish'
|
||||||
vim.o.autochdir = true
|
vim.o.autochdir = true
|
||||||
--vim.cmd('autocmd BufEnter * lcd %:p:h')
|
vim.cmd('autocmd BufEnter * lcd %:p:h')
|
||||||
|
|
||||||
-- general
|
-- general
|
||||||
lvim.use_icons = true
|
lvim.use_icons = true
|
||||||
|
@ -39,17 +15,19 @@ lvim.log.level = "info"
|
||||||
|
|
||||||
-- change theme settings
|
-- change theme settings
|
||||||
lvim.colorscheme = "gruvbox"
|
lvim.colorscheme = "gruvbox"
|
||||||
lvim.transparent_window = false
|
lvim.transparent_window = true
|
||||||
lvim.builtin.alpha.active = true
|
lvim.builtin.alpha.active = true
|
||||||
lvim.builtin.alpha.mode = "dashboard"
|
lvim.builtin.alpha.mode = "dashboard"
|
||||||
lvim.builtin.terminal.active = true
|
lvim.builtin.terminal.active = true
|
||||||
lvim.builtin.nvimtree.setup.view.side = "left"
|
lvim.builtin.nvimtree.setup.view.side = "left"
|
||||||
lvim.builtin.nvimtree.setup.renderer.icons.show.git = false
|
lvim.builtin.nvimtree.setup.renderer.icons.show.git = true
|
||||||
lvim.builtin.project.manual_mode = true
|
lvim.builtin.project.manual_mode = true
|
||||||
|
|
||||||
lvim.builtin.treesitter.ensure_installed = {
|
lvim.builtin.treesitter.ensure_installed = {
|
||||||
"bash",
|
"bash",
|
||||||
"c",
|
"c",
|
||||||
|
"cpp",
|
||||||
|
"c_sharp",
|
||||||
"javascript",
|
"javascript",
|
||||||
"json",
|
"json",
|
||||||
"python",
|
"python",
|
||||||
|
@ -66,82 +44,119 @@ lvim.builtin.treesitter.ensure_installed = {
|
||||||
|
|
||||||
-- additional Plugins
|
-- additional Plugins
|
||||||
lvim.plugins = {
|
lvim.plugins = {
|
||||||
|
-- Colorschemes
|
||||||
{ "lunarvim/colorschemes" },
|
{ "lunarvim/colorschemes" },
|
||||||
{ "ellisonleao/gruvbox.nvim" },
|
{ "ellisonleao/gruvbox.nvim",
|
||||||
{ "tpope/vim-dadbod" },
|
config = function()
|
||||||
{ "kristijanhusak/vim-dadbod-ui" },
|
require("gruvbox").setup({
|
||||||
{ "kristijanhusak/vim-dadbod-completion", after = "nvim-cmp" },
|
undercurl = true,
|
||||||
|
underline = true,
|
||||||
|
bold = false,
|
||||||
|
italic = {
|
||||||
|
strings = true,
|
||||||
|
comments = true,
|
||||||
|
operators = false,
|
||||||
|
folds = true,
|
||||||
|
},
|
||||||
|
strikethrough = true,
|
||||||
|
invert_selection = false,
|
||||||
|
invert_signs = false,
|
||||||
|
invert_tabline = false,
|
||||||
|
invert_intend_guides = false,
|
||||||
|
inverse = true, -- invert background for search, diffs, statuslines and errors
|
||||||
|
contrast = "hard", -- can be "hard", "soft" or empty string
|
||||||
|
palette_overrides = {},
|
||||||
|
overrides = {},
|
||||||
|
dim_inactive = false,
|
||||||
|
transparent_mode = true,
|
||||||
|
})
|
||||||
|
end
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
-- Database UI (vim-dadbod)
|
||||||
|
{ "kristijanhusak/vim-dadbod-ui",
|
||||||
|
dependencies = {
|
||||||
|
{ 'tpope/vim-dadbod', lazy = true },
|
||||||
|
{ 'kristijanhusak/vim-dadbod-completion',
|
||||||
|
after = "nvim-cmp",
|
||||||
|
ft = { 'sql', 'mysql', 'plsql' },
|
||||||
|
lazy = true
|
||||||
|
},
|
||||||
|
},
|
||||||
|
cmd = {
|
||||||
|
'DBUI',
|
||||||
|
'DBUIToggle',
|
||||||
|
'DBUIAddConnection',
|
||||||
|
'DBUIFindBuffer',
|
||||||
|
},
|
||||||
|
init = function()
|
||||||
|
vim.g.db_ui_use_nerd_fonts = 1
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
|
||||||
|
-- Snippets
|
||||||
{ "SirVer/ultisnips" },
|
{ "SirVer/ultisnips" },
|
||||||
|
|
||||||
|
-- DAP
|
||||||
{ "mfussenegger/nvim-dap" },
|
{ "mfussenegger/nvim-dap" },
|
||||||
|
|
||||||
|
-- Dotnet Tools
|
||||||
|
{ "MoaidHathot/dotnet.nvim",
|
||||||
|
config = function()
|
||||||
|
require("dotnet").setup({})
|
||||||
|
end
|
||||||
|
},
|
||||||
|
|
||||||
|
-- Flutter Tools
|
||||||
{ "akinsho/flutter-tools.nvim",
|
{ "akinsho/flutter-tools.nvim",
|
||||||
dependencies = { "nvim-lua/plenary.nvim", "stevearc/dressing.nvim" },
|
dependencies = {
|
||||||
},
|
{ "nvim-lua/plenary.nvim" },
|
||||||
}
|
{ "stevearc/dressing.nvim" }
|
||||||
|
|
||||||
-- configuring colorscheme
|
|
||||||
require("gruvbox").setup({
|
|
||||||
undercurl = true,
|
|
||||||
underline = true,
|
|
||||||
bold = false,
|
|
||||||
italic = {
|
|
||||||
strings = true,
|
|
||||||
comments = true,
|
|
||||||
operators = false,
|
|
||||||
folds = true,
|
|
||||||
},
|
|
||||||
strikethrough = true,
|
|
||||||
invert_selection = false,
|
|
||||||
invert_signs = false,
|
|
||||||
invert_tabline = false,
|
|
||||||
invert_intend_guides = false,
|
|
||||||
inverse = true, -- invert background for search, diffs, statuslines and errors
|
|
||||||
contrast = "hard", -- can be "hard", "soft" or empty string
|
|
||||||
palette_overrides = {},
|
|
||||||
overrides = {},
|
|
||||||
dim_inactive = false,
|
|
||||||
transparent_mode = false,
|
|
||||||
})
|
|
||||||
|
|
||||||
require('flutter-tools').setup {
|
|
||||||
decorations = {
|
|
||||||
statusline = {
|
|
||||||
app_version = false,
|
|
||||||
device = true,
|
|
||||||
project_config = false,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
dev_log = {
|
|
||||||
enabled = true,
|
|
||||||
notify_errors = true,
|
|
||||||
open_cmd = "tabedit",
|
|
||||||
},
|
|
||||||
lsp = {
|
|
||||||
color = {
|
|
||||||
enabled = true,
|
|
||||||
background = false,
|
|
||||||
foreground = false,
|
|
||||||
virtual_text = true,
|
|
||||||
virtual_text_str = "■",
|
|
||||||
},
|
|
||||||
settings = {
|
|
||||||
showTodos = true,
|
|
||||||
completeFunctionCalls = true,
|
|
||||||
renameFilesWithClasses = "prompt",
|
|
||||||
enableSnippets = true,
|
|
||||||
enableSdkFormatter = true,
|
|
||||||
},
|
},
|
||||||
|
config = function()
|
||||||
|
require('flutter-tools').setup {
|
||||||
|
decorations = {
|
||||||
|
statusline = {
|
||||||
|
app_version = false,
|
||||||
|
device = true,
|
||||||
|
project_config = false,
|
||||||
|
}
|
||||||
|
},
|
||||||
|
dev_log = {
|
||||||
|
enabled = true,
|
||||||
|
notify_errors = true,
|
||||||
|
open_cmd = "tabedit",
|
||||||
|
},
|
||||||
|
lsp = {
|
||||||
|
color = {
|
||||||
|
enabled = true,
|
||||||
|
background = false,
|
||||||
|
foreground = false,
|
||||||
|
virtual_text = true,
|
||||||
|
virtual_text_str = "■",
|
||||||
|
},
|
||||||
|
settings = {
|
||||||
|
showTodos = true,
|
||||||
|
completeFunctionCalls = true,
|
||||||
|
renameFilesWithClasses = "prompt",
|
||||||
|
enableSnippets = true,
|
||||||
|
enableSdkFormatter = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
end
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Flutter .arb files should be concidered as json files
|
-- Keybindigns
|
||||||
vim.filetype.add {
|
-- vim-dadbod-ui
|
||||||
extension = {
|
|
||||||
arb = 'json',
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
lvim.keys.normal_mode["<leader>D"] = ":DBUIToggle<CR>"
|
lvim.keys.normal_mode["<leader>D"] = ":DBUIToggle<CR>"
|
||||||
|
|
||||||
|
-- telescope projects
|
||||||
lvim.builtin.which_key.mappings["P"] = { "<cmd>Telescope projects<CR>", "Projects" }
|
lvim.builtin.which_key.mappings["P"] = { "<cmd>Telescope projects<CR>", "Projects" }
|
||||||
|
|
||||||
|
-- flutter
|
||||||
lvim.builtin.which_key.mappings["F"] = {
|
lvim.builtin.which_key.mappings["F"] = {
|
||||||
name = "+Flutter",
|
name = "+Flutter",
|
||||||
c = { "<cmd>Telescope flutter commands<cr>", "Open Flutter Commans" },
|
c = { "<cmd>Telescope flutter commands<cr>", "Open Flutter Commans" },
|
||||||
|
@ -153,18 +168,39 @@ lvim.builtin.which_key.mappings["F"] = {
|
||||||
v = { "<cmd>Telescope flutter fvm<cr>", "Flutter version" },
|
v = { "<cmd>Telescope flutter fvm<cr>", "Flutter version" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- dotnet
|
||||||
|
lvim.builtin.which_key.mappings["N"] = {
|
||||||
|
name = "+Dotnet",
|
||||||
|
n = { "<cmd>DotnetUI new_item<cr>", "Create a dotnet project" },
|
||||||
|
a = { "<cmd>DotnetUI project package add<cr>", "Install a NuGet package" },
|
||||||
|
r = { "<cmd>DotnetUI project package remove<cr>", "Remove a NuGet package" },
|
||||||
|
A = { "<cmd>DotnetUI project reference add<cr>", "Add a project reference" },
|
||||||
|
R = { "<cmd>DotnetUI project reference remove<cr>", "Remove a project reference" },
|
||||||
|
}
|
||||||
|
|
||||||
|
-- Flutter .arb files should be concidered as json files
|
||||||
|
vim.filetype.add {
|
||||||
|
extension = {
|
||||||
|
arb = 'json',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
-- Dart files should use two spaces indentation
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
vim.api.nvim_create_autocmd("FileType", {
|
||||||
pattern = { "sql", "mysql", "plsql" },
|
pattern = "dart",
|
||||||
command = ":lua require('cmp').setup.buffer({ sources = {{ name = 'vim-dadbod-completion' }} })",
|
callback = function()
|
||||||
|
vim.bo.tabstop = 2 -- Set tabstop to 2 spaces for Dart
|
||||||
|
vim.bo.shiftwidth = 2 -- Set shiftwidth to 2 spaces for Dart
|
||||||
|
vim.bo.expandtab = true -- Use spaces instead of tabs
|
||||||
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Setup auto completion of SQL files with vim-dadbod-completion
|
||||||
vim.api.nvim_create_autocmd("FileType", {
|
vim.api.nvim_create_autocmd("FileType", {
|
||||||
pattern = "dart",
|
pattern = { "sql", "mysql", "plsql" },
|
||||||
callback = function()
|
command = ":lua require('cmp').setup.buffer({ sources = {{ name = 'vim-dadbod-completion' }} })",
|
||||||
vim.bo.tabstop = 2 -- Set tabstop to 2 spaces for Dart
|
|
||||||
vim.bo.shiftwidth = 2 -- Set shiftwidth to 2 spaces for Dart
|
|
||||||
vim.bo.expandtab = true -- Use spaces instead of tabs
|
|
||||||
end,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Fix weird bug with vim-dadbod under lunarvim
|
||||||
|
-- https://github.com/kristijanhusak/vim-dadbod-completion/issues/53
|
||||||
local cmp = require("cmp")
|
local cmp = require("cmp")
|
||||||
|
|
|
@ -21,7 +21,6 @@ https://www.gamingonlinux.com/article_rss.php "~Gaming on linux"
|
||||||
https://hackaday.com/blog/feed/ "~Hackaday"
|
https://hackaday.com/blog/feed/ "~Hackaday"
|
||||||
https://www.phoronix.com/rss.php "~Phoronix"
|
https://www.phoronix.com/rss.php "~Phoronix"
|
||||||
https://betanews.com/feed "~Betanews Linux"
|
https://betanews.com/feed "~Betanews Linux"
|
||||||
http://lxer.com/module/newswire/headlines.rss "~Lxer"
|
|
||||||
https://theevilskeleton.gitlab.io/feed.xml "~TheEvilSkeleton"
|
https://theevilskeleton.gitlab.io/feed.xml "~TheEvilSkeleton"
|
||||||
https://tutanota.com/blog/feed.xml "~Tutanota Blogs"
|
https://tutanota.com/blog/feed.xml "~Tutanota Blogs"
|
||||||
https://techcrunch.com/feed/ "~TechCrunch"
|
https://techcrunch.com/feed/ "~TechCrunch"
|
||||||
|
|
|
@ -11,9 +11,10 @@ set $right l
|
||||||
set $term foot
|
set $term foot
|
||||||
set $chat flatpak run org.signal.Signal
|
set $chat flatpak run org.signal.Signal
|
||||||
set $office flatpak run org.libreoffice.LibreOffice
|
set $office flatpak run org.libreoffice.LibreOffice
|
||||||
|
set $notes joplin-desktop
|
||||||
set $browser flatpak run com.brave.Browser
|
set $browser flatpak run com.brave.Browser
|
||||||
set $file foot -T yazi -a yazi yazi
|
set $file foot -T yazi -a yazi yazi
|
||||||
set $editor neovide --neovim-bin $HOME/.local/bin/lvim
|
set $editor foot -T lunarvim -a lunarvim $HOME/.local/bin/lvim
|
||||||
set $music foot -T cmus -a cmus cmus
|
set $music foot -T cmus -a cmus cmus
|
||||||
set $rss foot -T newsboat -a newsboat newsboat
|
set $rss foot -T newsboat -a newsboat newsboat
|
||||||
set $ani-cli foot -T ani-cli -a ani-cli ani-cli
|
set $ani-cli foot -T ani-cli -a ani-cli ani-cli
|
||||||
|
@ -192,6 +193,7 @@ mode "apps" {
|
||||||
bindsym w exec $browser; mode "default"
|
bindsym w exec $browser; mode "default"
|
||||||
bindsym c exec $chat; mode "default"
|
bindsym c exec $chat; mode "default"
|
||||||
bindsym o exec $office; mode "default"
|
bindsym o exec $office; mode "default"
|
||||||
|
bindsym n exec $notes; mode "default"
|
||||||
bindsym m exec $music; mode "default"
|
bindsym m exec $music; mode "default"
|
||||||
bindsym r exec $rss; mode "default"
|
bindsym r exec $rss; mode "default"
|
||||||
bindsym Shift+b exec $monitor; mode "default"
|
bindsym Shift+b exec $monitor; mode "default"
|
||||||
|
|
|
@ -30,7 +30,7 @@ gaps inner 5
|
||||||
|
|
||||||
# gsettings
|
# gsettings
|
||||||
exec gsettings set org.gnome.desktop.interface {
|
exec gsettings set org.gnome.desktop.interface {
|
||||||
gtk-theme 'Gruvbox-Dark'
|
gtk-theme 'Gruvbox-Material-Dark'
|
||||||
icon-theme 'Papirus-Dark'
|
icon-theme 'Papirus-Dark'
|
||||||
cursor-theme 'Simp1e-Gruvbox-Dark'
|
cursor-theme 'Simp1e-Gruvbox-Dark'
|
||||||
font-name 'Inter 10'
|
font-name 'Inter 10'
|
||||||
|
|
|
@ -23,7 +23,7 @@ export GTK_CSD=0
|
||||||
# GTK & cursor stuff
|
# GTK & cursor stuff
|
||||||
export XCURSOR_PATH="$XDG_DATA_HOME/icons/"
|
export XCURSOR_PATH="$XDG_DATA_HOME/icons/"
|
||||||
export XCURSOR_THEME="Simp1e-Gruvbox-Dark"
|
export XCURSOR_THEME="Simp1e-Gruvbox-Dark"
|
||||||
export GTK_THEME="Gruvbox-Dark"
|
export GTK_THEME="Gruvbox-Material-Dark"
|
||||||
export GTK_ICON_THEME="Papirus-Dark"
|
export GTK_ICON_THEME="Papirus-Dark"
|
||||||
export GTK_CURSOR_THEME="Simp1e-Gruvbox-Dark"
|
export GTK_CURSOR_THEME="Simp1e-Gruvbox-Dark"
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 280 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 280 KiB |
|
@ -112,7 +112,11 @@
|
||||||
"phone": "\udb80\udff2",
|
"phone": "\udb80\udff2",
|
||||||
"portable": "\udb80\udff2",
|
"portable": "\udb80\udff2",
|
||||||
"car": "\udb80\udd0b",
|
"car": "\udb80\udd0b",
|
||||||
"default": ["\udb81\udd7f", "\udb81\udd80", "\udb81\udd7e"]
|
"default": [
|
||||||
|
"\udb81\udd7f",
|
||||||
|
"\udb81\udd80",
|
||||||
|
"\udb81\udd7e"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"on-click": "foot -T audiomixer -a audiomixer pulsemixer"
|
"on-click": "foot -T audiomixer -a audiomixer pulsemixer"
|
||||||
},
|
},
|
||||||
|
|
|
@ -98,7 +98,8 @@ window#waybar {
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
font-family: Symbols Nerd Font Mono;
|
font-family: Symbols Nerd Font Mono;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding: 4px 0px;
|
padding: 0px 0px;
|
||||||
|
margin: 0 0;
|
||||||
color: @white;
|
color: @white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 172 B |
Before Width: | Height: | Size: 923 B |
Before Width: | Height: | Size: 791 B |
Before Width: | Height: | Size: 899 B |
Before Width: | Height: | Size: 910 B |
Before Width: | Height: | Size: 801 B |
Before Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 734 B |
Before Width: | Height: | Size: 777 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 788 B |
Before Width: | Height: | Size: 882 B |
Before Width: | Height: | Size: 897 B |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 917 B |
Before Width: | Height: | Size: 1,013 B |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 814 B |
Before Width: | Height: | Size: 861 B |
Before Width: | Height: | Size: 145 B |
Before Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 414 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 884 B |
Before Width: | Height: | Size: 896 B |
Before Width: | Height: | Size: 419 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 879 B |
Before Width: | Height: | Size: 860 B |
Before Width: | Height: | Size: 685 B |
Before Width: | Height: | Size: 631 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 775 B |
Before Width: | Height: | Size: 724 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
|
@ -1,23 +0,0 @@
|
||||||
button_offset=9
|
|
||||||
button_spacing=0
|
|
||||||
|
|
||||||
show_app_icon=false
|
|
||||||
|
|
||||||
full_width_title=true
|
|
||||||
|
|
||||||
title_shadow_active=false
|
|
||||||
title_shadow_inactive=false
|
|
||||||
|
|
||||||
title_horizontal_offset=3
|
|
||||||
|
|
||||||
active_text_color=#f0f7fe
|
|
||||||
active_text_shadow_color=#222426
|
|
||||||
|
|
||||||
inactive_text_color=#999da3
|
|
||||||
inactive_text_shadow_color=#222426
|
|
||||||
|
|
||||||
shadow_delta_height=2
|
|
||||||
shadow_delta_width=0
|
|
||||||
shadow_delta_x=0
|
|
||||||
shadow_delta_y=-5
|
|
||||||
shadow_opacity=40
|
|
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 265 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 147 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 185 B |
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 999 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 984 B |
Before Width: | Height: | Size: 869 B |
Before Width: | Height: | Size: 943 B |
Before Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 399 B |