Adds Arch Linux dotfiles

This commit is contained in:
2024-06-27 17:51:18 +05:30
commit 57eb70137b
309 changed files with 8851 additions and 0 deletions

37
gtk-3.0/gtk.css Normal file
View File

@@ -0,0 +1,37 @@
/*
.xfce4-panel {
border-bottom-left-radius: 13px;
border-bottom-right-radius: 13px;
border-top-left-radius: 13px;
border-top-right-radius: 13px;
}
.xfce4-panel .tasklist .toggle :checked {
border-radius: 10px;
}
.tasklist button:checked {
border-bottom: 3px solid white;
}
.flat,
.toggle {
font-family: 'JetBrainsMono Nerd Font';
font-size: 10px;
padding: 4px;
}
.flat:hover,
.toggle:hover {
font-family: 'JetBrainsMono Nerd Font';
font-size: 10px;
padding: 4px;
}
.flat:checked,
.toggle:checked {
font-family: 'JetBrainsMono Nerd Font';
font-size: 10px;
border-bottom: 3px solid white;
padding: 4px;
}
*/
@import 'colors.css';