mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
x250
This commit is contained in:
parent
5967b97c4a
commit
dda13bbe01
@ -4,7 +4,7 @@
|
|||||||
include "/home/luke/.gtkrc-2.0.mine"
|
include "/home/luke/.gtkrc-2.0.mine"
|
||||||
gtk-theme-name="Arc-Gruvbox"
|
gtk-theme-name="Arc-Gruvbox"
|
||||||
gtk-icon-theme-name="Adwaita"
|
gtk-icon-theme-name="Adwaita"
|
||||||
gtk-font-name="Sans 10"
|
gtk-font-name="Ubuntu Medium 10"
|
||||||
gtk-cursor-theme-name="Adwaita"
|
gtk-cursor-theme-name="Adwaita"
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_TEXT
|
gtk-toolbar-style=GTK_TOOLBAR_TEXT
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=Arc-Gruvbox
|
gtk-theme-name=Arc-Gruvbox
|
||||||
gtk-icon-theme-name=Adwaita
|
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-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_TEXT
|
gtk-toolbar-style=GTK_TOOLBAR_TEXT
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
|||||||
@ -101,7 +101,7 @@ client.urgent $darkred $darkred $black $darkred $darkred
|
|||||||
client.background $black
|
client.background $black
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
font pango:Ubuntu Nerd Font 8
|
font pango:Ubuntu Nerd Font 10
|
||||||
colors {
|
colors {
|
||||||
background $darkblack
|
background $darkblack
|
||||||
statusline $darkwhite
|
statusline $darkwhite
|
||||||
|
|||||||
@ -54,7 +54,7 @@ signal=16
|
|||||||
[disk]
|
[disk]
|
||||||
interval=60
|
interval=60
|
||||||
command=disk /
|
command=disk /
|
||||||
|
label=🐧
|
||||||
#[disk]
|
#[disk]
|
||||||
#interval=60
|
#interval=60
|
||||||
#command=disk /home 🏠
|
#command=disk /home 🏠
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
# Must have xclip installed to even show menu.
|
# Must have xclip installed to even show menu.
|
||||||
xclip -h >/dev/null || exit
|
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
|
[ "$chosen" != "" ] || exit
|
||||||
|
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
# Increase key speed via a rate change
|
# Increase key speed via a rate change
|
||||||
xset r rate 300 50
|
xset r rate 300 50
|
||||||
# Map the caps lock key to super...
|
# 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.
|
# 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.
|
# Map the menu button to right super as well.
|
||||||
xmodmap -e 'keycode 135 = Super_R'
|
#xmodmap -e 'keycode 135 = Super_R'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user