Update fonts and GTK themes
This commit is contained in:
parent
5cb335fbb8
commit
120147660c
2 changed files with 8 additions and 3 deletions
|
@ -148,7 +148,7 @@
|
||||||
# Show Rofi on SUPER-SPACE
|
# Show Rofi on SUPER-SPACE
|
||||||
bind = $mainMod, space, exec, rofi -show drun -show-icons
|
bind = $mainMod, space, exec, rofi -show drun -show-icons
|
||||||
# Take a screenshot with the Print key
|
# Take a screenshot with the Print key
|
||||||
bind =,Print,exec,grim
|
bind =,Print,exec,grim -g "$(slurp)"
|
||||||
# Move to the previous / next workspace with SUPER-LEFT and SUPER-RIGHT
|
# Move to the previous / next workspace with SUPER-LEFT and SUPER-RIGHT
|
||||||
bind = $mainMod, right, workspace, e+1
|
bind = $mainMod, right, workspace, e+1
|
||||||
bind = $mainMod, left, workspace, e-1
|
bind = $mainMod, left, workspace, e-1
|
||||||
|
@ -194,11 +194,17 @@
|
||||||
executable = true;
|
executable = true;
|
||||||
text = ''
|
text = ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Set GTK themes
|
||||||
|
gsettings set org.gnome.desktop.interface gtk-theme 'Gruvbox-Dark-BL'
|
||||||
|
gsettings set org.gnome.desktop.interface icon-theme 'ePapirus-Dark'
|
||||||
|
gsettings set org.gnome.desktop.interface cursor-theme 'Your cursor Theme'
|
||||||
|
gsettings set org.gnome.desktop.interface font-name 'JetBrains Regular Nerd'
|
||||||
|
|
||||||
swww init &
|
swww init &
|
||||||
# Sets a random wallpaper
|
# Sets a random wallpaper
|
||||||
WALLPAPER_DIR=/etc/nixos/git/desktops/wallpapers/gruvbox
|
WALLPAPER_DIR=/etc/nixos/git/desktops/wallpapers/gruvbox
|
||||||
swww img $WALLPAPER_DIR/wallpaper$((1 + $RANDOM % $(ls $WALLPAPER_DIR | wc -l))).jpg &
|
swww img $WALLPAPER_DIR/wallpaper$((1 + $RANDOM % $(ls $WALLPAPER_DIR | wc -l))).jpg &
|
||||||
nm-applet --indicator &
|
# nm-applet --indicator &
|
||||||
waybar &
|
waybar &
|
||||||
mako
|
mako
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
"memory",
|
"memory",
|
||||||
"backlight",
|
"backlight",
|
||||||
"battery",
|
"battery",
|
||||||
"tray",
|
|
||||||
"clock"
|
"clock"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue