summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-06-29 21:28:05 -0500
committerzachir <zachir@librem.one>2025-06-29 21:28:05 -0500
commit9e210125fc434d67529d6ea6c37cc716dbc5a93a (patch)
treecbe1125e4c81efd734bcaa7f0a60372aa4b2eceb
parent2bd755d4a2589fe17c7a85b9536182ce36e970f5 (diff)
parent889454ccb493db5f86aa61754f279da09e3c5b35 (diff)
Merge branch 'master' into cla
-rw-r--r--nvim/lua/term.lua2
-rw-r--r--waybar/style.css10
2 files changed, 6 insertions, 6 deletions
diff --git a/nvim/lua/term.lua b/nvim/lua/term.lua
index 9f3062d..e7aac4e 100644
--- a/nvim/lua/term.lua
+++ b/nvim/lua/term.lua
@@ -7,7 +7,7 @@ require("toggleterm").setup{
return vim.o.columns * 0.4
end
end,
- open_mapping = [[<c-\>]], -- or { [[<c-\>]], [[<c-¥>]] } if you also use a Japanese keyboard.
+ open_mapping = [[<leader>`]], -- or { [[<c-\>]], [[<c-¥>]] } if you also use a Japanese keyboard.
hide_numbers = true, -- hide the number column in toggleterm buffers
shade_filetypes = {},
autochdir = false, -- when neovim changes it current directory the terminal will change it's own when next it's opened
diff --git a/waybar/style.css b/waybar/style.css
index 3016776..beb3d58 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -53,7 +53,7 @@ window#waybar.hidden {
*/
#workspaces button.active {
- background: #EC0101;
+ background: #198844;
}
/*
@@ -166,12 +166,12 @@ label:focus {
}
#backlight {
- background-color: #EC0101;
+ background-color: #198844;
color: #ffffff;
}
#network {
- background-color: #EC0101;
+ background-color: #198844;
color: #ffffff;
}
@@ -187,7 +187,7 @@ label:focus {
#wireplumber.muted {
background-color: #1b1d1c;
- color: #EC0101;
+ color: #198844;
}
#custom-media {
@@ -300,7 +300,7 @@ label:focus {
}
#idle_inhibitor.activated {
- background-color: #EC0101;
+ background-color: #198844;
color: #ffffff;
border-radius: 20px 0px 0px 20px;