Add awesome home configs
157
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/apps.rc
Normal file
@ -0,0 +1,157 @@
|
||||
#
|
||||
# Thunar
|
||||
#
|
||||
style "thunar-handle" { GtkPaned::handle-size = 2 }
|
||||
|
||||
style "dark-sidebar" {
|
||||
GtkTreeView::odd_row_color = @dark_sidebar_bg
|
||||
GtkTreeView::even_row_color = @dark_sidebar_bg
|
||||
|
||||
|
||||
base[NORMAL] = @dark_sidebar_bg
|
||||
base[INSENSITIVE] = @dark_sidebar_bg
|
||||
|
||||
text[NORMAL] = "#FFFFFF"
|
||||
text[ACTIVE] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
}
|
||||
|
||||
style "thunar-frame" {
|
||||
xthickness = 0
|
||||
ythickness = 0
|
||||
}
|
||||
|
||||
widget_class "*ThunarWindow*.<GtkScrolledWindow>" style "thunar-frame"
|
||||
widget_class "*ThunarShortcutsView*" style "dark-sidebar"
|
||||
widget_class "*ThunarTreeView*" style "dark-sidebar"
|
||||
widget_class "*ThunarWindow*.<GtkHPaned>" style "thunar-handle"
|
||||
|
||||
#
|
||||
# Workaround for colored entries
|
||||
#
|
||||
style "entry_border" {
|
||||
|
||||
xthickness = 7
|
||||
ythickness = 5
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
state = NORMAL
|
||||
detail = "entry"
|
||||
file = "assets/entry-border-bg.png"
|
||||
border = {6, 6, 6, 6}
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
state = ACTIVE
|
||||
detail = "entry"
|
||||
file = "assets/entry-border-active-bg.png"
|
||||
border = {6, 6, 6, 6}
|
||||
stretch = TRUE
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
state = ACTIVE
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
state = INSENSITIVE
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
style "combobox_entry_border" = "combobox_entry" {
|
||||
|
||||
engine "pixmap" {
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
file = "assets/combo-entry-border.png"
|
||||
border = { 4, 4, 12, 12 }
|
||||
stretch = TRUE
|
||||
direction = LTR
|
||||
}
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
state = ACTIVE
|
||||
file = "assets/combo-entry-border-focus.png"
|
||||
border = { 4, 4, 12, 12 }
|
||||
stretch = TRUE
|
||||
direction = LTR
|
||||
}
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
state = NORMAL
|
||||
shadow = IN
|
||||
file = "assets/combo-entry-border-rtl.png"
|
||||
border = { 4, 4, 12, 12 }
|
||||
stretch = TRUE
|
||||
direction = RTL
|
||||
}
|
||||
|
||||
image {
|
||||
function = SHADOW
|
||||
detail = "entry"
|
||||
state = ACTIVE
|
||||
file = "assets/combo-entry-border-focus-rtl.png"
|
||||
border = { 4, 4, 12, 12 }
|
||||
stretch = TRUE
|
||||
direction = RTL
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
state = INSENSITIVE
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
|
||||
image {
|
||||
function = FLAT_BOX
|
||||
detail = "entry_bg"
|
||||
file = "assets/null.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Mousepad search entry
|
||||
widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border"
|
||||
|
||||
# Mousepad find and replace
|
||||
widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border"
|
||||
|
||||
# Thunar bulk rename
|
||||
widget_class "*ThunarRenamerDialog*.<GtkEntry>" style "entry_border"
|
||||
|
||||
# Hexchat input box
|
||||
class "SexySpellEntry" style:highest "entry_border"
|
||||
|
||||
# Geany search entries
|
||||
widget "*GeanyToolbar.*geany-search-entry-no-match*" style "entry_border"
|
||||
widget "*GeanyToolbar.*GtkEntry*" style "entry_border"
|
||||
|
||||
widget "GeanyDialogSearch.*GtkComboBoxEntry*.*geany-search-entry-no-match*" style "combobox_entry_border"
|
After Width: | Height: | Size: 153 B |
After Width: | Height: | Size: 251 B |
After Width: | Height: | Size: 142 B |
After Width: | Height: | Size: 227 B |
After Width: | Height: | Size: 143 B |
After Width: | Height: | Size: 155 B |
After Width: | Height: | Size: 150 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 150 B |
After Width: | Height: | Size: 149 B |
After Width: | Height: | Size: 254 B |
After Width: | Height: | Size: 154 B |
After Width: | Height: | Size: 152 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 144 B |
After Width: | Height: | Size: 224 B |
After Width: | Height: | Size: 146 B |
After Width: | Height: | Size: 156 B |
After Width: | Height: | Size: 225 B |
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 224 B |
BIN
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/assets/button.png
Normal file
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 316 B |
After Width: | Height: | Size: 308 B |
After Width: | Height: | Size: 198 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 222 B |
After Width: | Height: | Size: 227 B |
After Width: | Height: | Size: 225 B |
After Width: | Height: | Size: 227 B |
After Width: | Height: | Size: 172 B |
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 172 B |
After Width: | Height: | Size: 184 B |
After Width: | Height: | Size: 174 B |
After Width: | Height: | Size: 171 B |
After Width: | Height: | Size: 182 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 182 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 194 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 194 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 206 B |
After Width: | Height: | Size: 204 B |
After Width: | Height: | Size: 163 B |
After Width: | Height: | Size: 163 B |
After Width: | Height: | Size: 162 B |
After Width: | Height: | Size: 160 B |
After Width: | Height: | Size: 228 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 178 B |
After Width: | Height: | Size: 97 B |
After Width: | Height: | Size: 97 B |
After Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 283 B |
After Width: | Height: | Size: 272 B |
After Width: | Height: | Size: 219 B |
After Width: | Height: | Size: 223 B |
After Width: | Height: | Size: 223 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 108 B |
After Width: | Height: | Size: 92 B |
After Width: | Height: | Size: 92 B |
BIN
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/assets/frame.png
Normal file
After Width: | Height: | Size: 108 B |
After Width: | Height: | Size: 104 B |
After Width: | Height: | Size: 101 B |
After Width: | Height: | Size: 111 B |
BIN
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/assets/line-h.png
Normal file
After Width: | Height: | Size: 92 B |
BIN
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/assets/line-v.png
Normal file
After Width: | Height: | Size: 92 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 128 B |
After Width: | Height: | Size: 293 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 181 B |
After Width: | Height: | Size: 332 B |
After Width: | Height: | Size: 329 B |
After Width: | Height: | Size: 327 B |
After Width: | Height: | Size: 385 B |
After Width: | Height: | Size: 395 B |
After Width: | Height: | Size: 420 B |
BIN
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/assets/menubar.png
Normal file
After Width: | Height: | Size: 99 B |
After Width: | Height: | Size: 103 B |
After Width: | Height: | Size: 103 B |
BIN
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/assets/minus.png
Normal file
After Width: | Height: | Size: 191 B |
After Width: | Height: | Size: 104 B |
After Width: | Height: | Size: 99 B |
After Width: | Height: | Size: 108 B |
BIN
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/assets/null.png
Normal file
After Width: | Height: | Size: 92 B |
BIN
awesome-home/.themes/ArchLabs-Awesome/gtk-2.0/assets/plus.png
Normal file
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 201 B |