stuff
This commit is contained in:
parent
8ca47b27a3
commit
c903813cbc
5 changed files with 26 additions and 29 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR --export EDITOR:nvim
|
SETUVAR --export EDITOR:nvim
|
||||||
SETUVAR LESS:RAW\x2dCONTROL\x2dCHARS
|
SETUVAR LESS:RAW\x2dCONTROL\x2dCHARS
|
||||||
SETUVAR --export QT_QPA_PLATFORMTHEME:qt6ct
|
|
||||||
SETUVAR __fish_initialized:3800
|
SETUVAR __fish_initialized:3800
|
||||||
SETUVAR fish_color_autosuggestion:white
|
SETUVAR fish_color_autosuggestion:white
|
||||||
SETUVAR fish_color_cancel:white\x1e\x2d\x2dbold
|
SETUVAR fish_color_cancel:white\x1e\x2d\x2dbold
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
[user]
|
[user]
|
||||||
email = n.gude@posteo.de
|
email = n.gude@posteo.de
|
||||||
name = Never Gude
|
name = Never Gude
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ vim.o.colorcolumn = "80"
|
||||||
-- Set default tabstop and shiftwidth
|
-- Set default tabstop and shiftwidth
|
||||||
vim.o.tabstop = 4
|
vim.o.tabstop = 4
|
||||||
vim.o.shiftwidth = 4
|
vim.o.shiftwidth = 4
|
||||||
vim.o.expandtab = true
|
vim.o.expandtab = false
|
||||||
|
|
||||||
-- Show <tab> and trailing spaces
|
-- Show <tab> and trailing spaces
|
||||||
vim.o.list = true
|
vim.o.list = true
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@ wheel_zoom_on_cursor 0
|
||||||
#touchpad_sensitivity 1.0
|
#touchpad_sensitivity 1.0
|
||||||
|
|
||||||
## Configure the appearance of page separator
|
## Configure the appearance of page separator
|
||||||
#page_separator_width 2
|
page_separator_width 2
|
||||||
#page_separator_color 0.9 0.9 0.9
|
#page_separator_color 0.9 0.9 0.9
|
||||||
|
|
||||||
# Ratio of page width to use for `fit_to_page_width_ratio` command
|
# Ratio of page width to use for `fit_to_page_width_ratio` command
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
font-weight: normal;
|
|
||||||
background: rgba(25, 25, 25, 0.9);
|
background: rgba(25, 25, 25, 0.9);
|
||||||
border: solid 2px rgba(80, 80, 80, 0.9);
|
border: solid 2px rgba(80, 80, 80, 0.9);
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@ window#waybar.hidden {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
/* Use box-shadow instead of border so the text isn't offset */
|
/* Use box-shadow instead of border so the text isn't offset */
|
||||||
/* box-shadow: inset 0 -2px transparent; */
|
box-shadow: none;
|
||||||
/* Avoid rounded borders under each button name */
|
/* Avoid rounded borders under each button name */
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
@ -38,28 +38,24 @@ button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0 4px;
|
|
||||||
color: #999999;
|
color: #999999;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #2c2c2c;
|
background-color: #2c2c2c;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.focused,
|
#workspaces button.focused,
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
font-weight: bold;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
background-color: #9b0000;
|
color: #9b0000;
|
||||||
}
|
|
||||||
|
|
||||||
.mark {
|
|
||||||
background-color: #505050;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#mode,
|
#mode,
|
||||||
|
|
@ -81,8 +77,8 @@ button:hover {
|
||||||
#scratchpad,
|
#scratchpad,
|
||||||
#power-profiles-daemon,
|
#power-profiles-daemon,
|
||||||
#mpd {
|
#mpd {
|
||||||
padding: 0 8px;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#window,
|
#window,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue