This commit is contained in:
Dr. Amr Osman 2019-03-12 00:16:18 +02:00
parent 5967b97c4a
commit dda13bbe01
7 changed files with 8 additions and 10 deletions

View File

@ -4,7 +4,7 @@
include "/home/luke/.gtkrc-2.0.mine"
gtk-theme-name="Arc-Gruvbox"
gtk-icon-theme-name="Adwaita"
gtk-font-name="Sans 10"
gtk-font-name="Ubuntu Medium 10"
gtk-cursor-theme-name="Adwaita"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_TEXT

View File

@ -1,7 +1,7 @@
[Settings]
gtk-theme-name=Arc-Gruvbox
gtk-icon-theme-name=Adwaita
gtk-font-name= Ubuntu Nerd Font medium 10
gtk-font-name= Ubuntu Medium 10
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_TEXT
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View File

@ -101,7 +101,7 @@ client.urgent $darkred $darkred $black $darkred $darkred
client.background $black
bar {
font pango:Ubuntu Nerd Font 8
font pango:Ubuntu Nerd Font 10
colors {
background $darkblack
statusline $darkwhite

View File

@ -54,7 +54,7 @@ signal=16
[disk]
interval=60
command=disk /
label=🐧
#[disk]
#interval=60
#command=disk /home 🏠

2
.gtkrc
View File

@ -1,2 +0,0 @@
gtk-font-name="Ubuntu Nerd Font Medium 10"

View File

@ -5,7 +5,7 @@
# Must have xclip installed to even show menu.
xclip -h >/dev/null || exit
chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn Monospace-18)
chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn 'Twitter Color Font-18')
[ "$chosen" != "" ] || exit

View File

@ -3,8 +3,8 @@
# Increase key speed via a rate change
xset r rate 300 50
# Map the caps lock key to super...
setxkbmap -option caps:super
#setxkbmap -option caps:super
# But when it is pressed only once, treat it as escape.
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
#killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
# Map the menu button to right super as well.
xmodmap -e 'keycode 135 = Super_R'
#xmodmap -e 'keycode 135 = Super_R'