Cleanup for dankshell using nvim

This commit is contained in:
2026-05-05 08:27:10 +02:00
parent f812889997
commit 87bc320fd7
6 changed files with 0 additions and 270 deletions
-21
View File
@@ -1,21 +0,0 @@
/* FORCE EVERYTHING SQUARE - GTK3 */
* {
border-radius: 0px;
}
window,
decoration,
.window-frame,
.window,
.background,
.titlebar,
headerbar,
dialog,
popover,
menu,
tooltip,
button,
entry {
border-radius: 0px;
}
-22
View File
@@ -1,22 +0,0 @@
/* FORCE EVERYTHING SQUARE - GTK4 / libadwaita */
* {
border-radius: 0px;
}
window,
decoration,
.window,
.background,
.titlebar,
headerbar,
dialog,
popover,
menu,
tooltip,
button,
entry,
stack,
box,
revealer {
border-radius: 0px;
}
-30
View File
@@ -1,30 +0,0 @@
theme = "jellybeans-transparent"
[editor]
true-color = true
color-modes = true
scrolloff = 30
default-yank-register = "+"
[editor.statusline]
mode = { normal = "NORMAL", insert = "INSERT", select = "SELECT" }
[editor.file-picker]
hidden = false
[editor.indent-guides]
render = true
character = "▏"
skip-levels = 1
# command list here: https://github.com/helix-editor/helix/blob/master/helix-term/src/commands.rs
[keys.normal]
ret = "goto_word"
X = "extend_line_above"
D = ["extend_to_line_end", "yank", "delete_selection"]
Y = ["goto_line_start", "extend_to_line_end_newline", "yank", "goto_line_start"]
esc = [ "collapse_selection", "keep_primary_selection" ]
[keys.normal.'space']
"p" = "goto_last_accessed_file"
"z" = "@\"%p\"+yd"
@@ -1,5 +0,0 @@
inherits = "jellybeans"
"ui.background" = { fg = "white" }
-139
View File
@@ -1,139 +0,0 @@
/*
* NOTE:
* Requires user theme extension + gnome tweaks
* .local/share/themes/SquareShell/gnome-shell/gnome-shell.css
*/
/* Remove rounding from the top panel buttons */
#panel .panel-button,
#panel .panel-status-button {
border-radius: 0 !important;
}
/* Make top panel match libadwaita dark background */
#panel {
background-color: #1e1e1e !important;
background-gradient-start: #1e1e1e !important;
background-gradient-end: #1e1e1e !important;
border: none !important;
box-shadow: none !important;
}
/* Remove rounding from all Shell popups (Calendar, Quick Settings, App menus) */
.menu,
.popup-menu-content,
.candidate-popup-content,
.message-list-controls,
.datemenu-today-button,
.world-clocks-button,
.weather-button,
.events-button,
.search-section-content {
border-radius: 0 !important;
}
/* Remove rounding from Notifications and the Notification Banner */
.notification-banner,
.notification,
.message {
border-radius: 0 !important;
}
/* Square off the Quick Settings "pills" (Bluetooth, WiFi, etc.) */
.quick-settings-tile {
border-radius: 0 !important;
}
/* Square off the Search entry in Activities */
.search-entry {
border-radius: 0 !important;
}
/* Match libadwaita dark popover surface */
.menu,
.popup-menu-content,
.candidate-popup-content,
.calendar,
.quick-settings,
.quick-settings-menu,
.message-list,
.datemenu-menu,
.world-clocks-button,
.weather-button,
.events-button {
background-color: #1e1e1e !important;
border: 1px solid transparent !important;
box-shadow: none !important;
}
.notification-banner,
.notification,
.message {
background-color: #1e1e1e !important;
border: 1px solid transparent !important;
}
.quick-settings-tile {
background-color: #1e1e1e !important;
border: 1px solid transparent !important;
}
/* CALENDAR SECTION */
/* Calendar day buttons - normal state */
.calendar-day-base,
.calendar-day {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
}
/* Today (subtle outline, not filled) */
.calendar-day-base.calendar-today {
background-color: transparent !important;
border: 1px solid transparent !important;
}
/* Selected day (accent-style soft fill) */
.calendar-day-base:selected,
.calendar-day:selected {
background-color: rgba(120, 170, 220, 0.35) !important;
color: white !important;
}
/* Month selector pill ("February") */
.calendar-month-label {
background-color: #242424 !important;
border-radius: 8px !important; /* set to 0 if fully square theme */
padding: 6px 12px !important;
}
/* Prev / Next arrow buttons */
.calendar-change-month-back,
.calendar-change-month-forward {
background-color: #242424 !important;
border-radius: 8px !important; /* 0 if you want square */
}
/* Weekday header row (S M T W T F S) */
.calendar-day-heading {
background-color: transparent !important;
color: rgba(255,255,255,0.6) !important;
}
/* Hover */
.calendar-day-base:hover,
.calendar-day:hover {
background-color: #303030 !important;
}
.quick-settings-tile:hover,
.menu-item:hover {
background-color: #303030 !important;
}
.calendar-change-month-back:hover,
.calendar-change-month-forward:hover {
background-color: #353535 !important;
}
-53
View File
@@ -1,53 +0,0 @@
/* Save to config/mozilla/firefox/xxxx.default-release/chrome/userChrome.css */
/* Make tabs square */
.tab-background {
border-radius: 0 !important;
}
#tabbrowser-tabs {
--tab-border-radius: 0 !important;
}
/* Remove spacing below tabs */
#TabsToolbar {
padding: 0 !important;
margin: 0 !important;
}
#tabbrowser-tabs {
padding: 0 !important;
margin: 0 !important;
}
#navigator-toolbox {
padding-bottom: 0 !important;
}
/* Remove spacing between tabs and address bar */
#nav-bar {
margin: 0 !important;
padding: 0 !important;
}
#titlebar {
margin: 0 !important;
padding: 0 !important;
}
:root {
--tab-block-margin: 0 !important;
}
/* Remove gaps between tabs - ADD THESE */
.tabbrowser-tab {
padding-inline: 0 !important;
margin-inline: 0 !important;
}
/* Remove separator lines between tabs */
.tabbrowser-tab::after,
.tabbrowser-tab::before {
display: none !important;
}
/* Ensure tab content fills the space */
.tab-content {
padding-inline: 8px !important; /* Adjust inner padding as needed */
}