Removing useless files/folders
This commit is contained in:
parent
74389e6eef
commit
6310331324
4 changed files with 0 additions and 101 deletions
Binary file not shown.
|
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
"_generated": "Generated by SweetTooth, do not edit",
|
|
||||||
"description": "Tiling window manager with a twist",
|
|
||||||
"name": "PaperWM",
|
|
||||||
"settings-schema": "org.gnome.shell.extensions.paperwm",
|
|
||||||
"shell-version": [
|
|
||||||
"45",
|
|
||||||
"46",
|
|
||||||
"47",
|
|
||||||
"48"
|
|
||||||
],
|
|
||||||
"url": "https://github.com/paperwm/PaperWM",
|
|
||||||
"uuid": "paperwm@paperwm.github.com",
|
|
||||||
"version": 141,
|
|
||||||
"version-name": "48.0.2"
|
|
||||||
}
|
|
||||||
|
|
@ -1,84 +0,0 @@
|
||||||
/*
|
|
||||||
Users may override the default PaperWM styles to suit their preferences.
|
|
||||||
Added custom styling in this `user.css` file.
|
|
||||||
|
|
||||||
`Disable` and then `enable` PaperWM extension to apply these styles
|
|
||||||
(users do NOT need to logout / login).
|
|
||||||
|
|
||||||
DEFAULT STYLES ARE PROVIDED BELOW FOR REFERENCE:
|
|
||||||
/*
|
|
||||||
|
|
||||||
/*
|
|
||||||
.background-clear {
|
|
||||||
background-color: rgba(0, 0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.topbar-transparent-background {
|
|
||||||
background-color: rgba(0, 0, 0, 0.35);
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.space-workspace-indicator {
|
|
||||||
padding: 0 10px 0 0;
|
|
||||||
background-color: transparent;
|
|
||||||
border-image: none;
|
|
||||||
background-image: none;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.space-focus-mode-icon {
|
|
||||||
icon-size: 16px;
|
|
||||||
padding: 0 18px 0 18px;
|
|
||||||
margin-left: 3px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.open-position-icon {
|
|
||||||
icon-size: 22px;
|
|
||||||
padding: 0;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.focus-button-tooltip {
|
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
|
||||||
padding: 8px;
|
|
||||||
border-radius: 8px;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
.take-window-hint {
|
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
|
||||||
padding: 8px;
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-icon-button {
|
|
||||||
-st-icon-style: symbolic;
|
|
||||||
border: none;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-icon-button StIcon {
|
|
||||||
icon-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.paperwm-minimap-selection {
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.paperwm-clone-shade {
|
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
|
||||||
border-radius: 7px 7px 0px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.paperwm-window-position-bar-backdrop {
|
|
||||||
background-color: rgba(0, 0, 0, 0.35);
|
|
||||||
}
|
|
||||||
|
|
||||||
.paperwm-window-position-bar {
|
|
||||||
border: 0;
|
|
||||||
border-radius: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,7 +8,6 @@ environment.d
|
||||||
pulse
|
pulse
|
||||||
evolution
|
evolution
|
||||||
ghostty
|
ghostty
|
||||||
gnome-initial-setup-done
|
|
||||||
gtk-3.0
|
gtk-3.0
|
||||||
user-dirs.dirs
|
user-dirs.dirs
|
||||||
user-dirs.locale
|
user-dirs.locale
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue