reintroducing gtk themes
This commit is contained in:
@@ -32,7 +32,7 @@ aur:hyprmon-bin # multi-monitor profile manager
|
||||
#aur:bruno-bin # api testing client
|
||||
#aur:cable # dynamically modify pipewire and wireplumber settings (used for changing quantum, for preventing lag)
|
||||
#aur:caffeine-ng # status bar application able to temporarily inhibit the screensaver and sleep mode
|
||||
#aur:candy-icons-git # icons theme
|
||||
aur:candy-icons-git # icons theme
|
||||
#aur:canon-pixma-mg2500-complete # stand alone driver set (print and scan) for Canon Pixma MG2500 series
|
||||
aur:cryptomator-bin # encryption tool | need to decrypt ssh vault in the cloud
|
||||
#aur:ctpv-git # image previewer for lf
|
||||
@@ -51,11 +51,11 @@ aur:pcloud-drive # cloud drive
|
||||
#aur:proton-mail-export # export protonmail as eml files
|
||||
#aur:proton-vpn-gtk-app # vpn
|
||||
#aur:protonvpn-cli # official protonvpn cli
|
||||
#aur:qogir-icon-theme # mouse cursor theme
|
||||
aur:qogir-icon-theme # mouse cursor theme
|
||||
#aur:rate-mirrors # client-side map-aware mirror ranking tool
|
||||
aur:srm # secure delete
|
||||
aur:sublime-text-4 # text editor
|
||||
#aur:sweet-folders-icons-git # folder theme (using/including the candy icons theme)
|
||||
aur:sweet-folders-icons-git # folder theme (using/including the candy icons theme)
|
||||
aur:threema-desktop-beta # threema desktop 2.0 beta
|
||||
aur:treesheets-git # https://strlen.com/treesheets/
|
||||
#aur:unimatrix-git # simulate matrix display in term
|
||||
@@ -103,7 +103,7 @@ kitty # terminal
|
||||
less # cli text viewer
|
||||
#lf # file manager
|
||||
#libcaca # colour ascii art lib (inc. cacfire)
|
||||
#lxappearance # gtk+ theme switcher
|
||||
lxappearance # gtk+ theme switcher
|
||||
#lxsession # lightweight X11 session manager | needed for polkit / tuxedo-control-center
|
||||
#maim # screenshot utility
|
||||
#man-db # man pages
|
||||
|
||||
18
dots/gtk/.gtkrc-2.0
Normal file
18
dots/gtk/.gtkrc-2.0
Normal file
@@ -0,0 +1,18 @@
|
||||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/poq/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Sweet-Dark"
|
||||
gtk-icon-theme-name="Sweet-Purple"
|
||||
gtk-font-name="Cantarell 10"
|
||||
gtk-cursor-theme-name="Qogir-dark"
|
||||
gtk-cursor-theme-size=10
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle="hintfull"
|
||||
5
dots/gtk/index.theme
Normal file
5
dots/gtk/index.theme
Normal file
@@ -0,0 +1,5 @@
|
||||
# This file is written by LXAppearance. Do not edit.
|
||||
[Icon Theme]
|
||||
Name=Default
|
||||
Comment=Default Cursor Theme
|
||||
Inherits=Qogir-dark
|
||||
15
dots/gtk/settings.ini
Normal file
15
dots/gtk/settings.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
[Settings]
|
||||
gtk-theme-name=Sweet-Dark
|
||||
gtk-icon-theme-name=Sweet-Purple
|
||||
gtk-font-name=Cantarell 10
|
||||
gtk-cursor-theme-name=Qogir-dark
|
||||
gtk-cursor-theme-size=10
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
@@ -9,41 +9,3 @@
|
||||
display: none;
|
||||
}
|
||||
*/
|
||||
|
||||
/* change menu background color */
|
||||
/*
|
||||
#main-window,
|
||||
#toolbarpaletteitem-menu-button,
|
||||
#appmenu-toolbar-button {
|
||||
background-color: #6e0303 !important;
|
||||
}
|
||||
|
||||
#main-menubar > menu[_moz-menuactive="true"] {
|
||||
background-color: hsla(91, 94%, 35%, 0.12) !important;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Change background color of context menu */
|
||||
/*
|
||||
.context-menu, .menupopup {
|
||||
background-color: #8f0404 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Optional: Style menu items */
|
||||
/*.menuitem, .menuitemlabel {
|
||||
background-color: #8f0404 !important;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
*/
|
||||
|
||||
/* For popup windows like Preferences or Add-ons */
|
||||
/*.window-background, .dialog {
|
||||
background-color: #8f0404 !important;
|
||||
}
|
||||
*/
|
||||
|
||||
menubar, toolbar, nav-bar, #TabsToolbar > *{
|
||||
background-color: red !important;
|
||||
}
|
||||
Reference in New Issue
Block a user