change gtk theme and starting using JetBrainsMono Nerd font again
This commit is contained in:
parent
c6dd187dc9
commit
22b8483178
|
|
@ -92,7 +92,7 @@ render_timer = false
|
|||
size = 12
|
||||
|
||||
[font.bold]
|
||||
family = "Fira Code"
|
||||
family = "JetBrains Mono Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.glyph_offset]
|
||||
|
|
@ -100,11 +100,11 @@ x = 0
|
|||
y = 0
|
||||
|
||||
[font.italic]
|
||||
family = "Fira Code"
|
||||
family = "JetBrains Mono Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.normal]
|
||||
family = "Fira Code"
|
||||
family = "JetBrains Mono Nerd Font"
|
||||
style = "Regular"
|
||||
|
||||
[font.offset]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
include=~/.cache/wal/colors-foot.ini
|
||||
|
||||
[main]
|
||||
font=Fira Code:size=11
|
||||
pad=15x15
|
||||
font=JetBrains Mono Nerd Font:size=11
|
||||
# pad=15x15
|
||||
|
||||
[colors]
|
||||
alpha=0.85
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ dpi-aware=no
|
|||
lines=10
|
||||
filter-desktop=yes
|
||||
icon-theme=Papirus-Dark
|
||||
font=Fira Code:size=12
|
||||
font=JetBrains Mono Nerd Font:size=12
|
||||
terminal=foot -e
|
||||
list-executables-in-path=yes
|
||||
password-character=*
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||
|
||||
include "/home/krolyxon/.gtkrc-2.0.mine"
|
||||
gtk-theme-name="Arc-Dark"
|
||||
gtk-icon-theme-name="Papirus-Dark"
|
||||
gtk-font-name="Fira Code Medium 11"
|
||||
gtk-theme-name="Tokyonight-Dark"
|
||||
gtk-icon-theme-name="Tokyonight-Dark-Cyan"
|
||||
gtk-font-name="JetBrainsMonoNL Nerd Font Mono 11"
|
||||
gtk-cursor-theme-name="default"
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Arc-Dark
|
||||
gtk-theme-name=Tokyonight-Dark
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-font-name=Fira Code Medium 11
|
||||
gtk-font-name=JetBrainsMonoNL Nerd Font Mono 11
|
||||
gtk-cursor-theme-name=default
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ plugin {
|
|||
env = HYPRSHOT_DIR,/home/krolyxon/pix/ss/
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = GTK_THEME,Arc-Dark
|
||||
env = GTK_THEME,Tokyonight-Dark
|
||||
|
||||
# XDG Specifications
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ label {
|
|||
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
||||
color = $color7
|
||||
font_size = 80
|
||||
font_family = Fira Code ExtraBold
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
position = 0, 100
|
||||
halign = center
|
||||
valign = center
|
||||
|
|
@ -34,7 +34,7 @@ label {
|
|||
text = Hello $USER :3
|
||||
color = $foreground
|
||||
font_size = 20
|
||||
font_family = Fira Code
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
position = 0, 0
|
||||
halign = center
|
||||
valign = center
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
[config]
|
||||
bm_open_method=0
|
||||
|
||||
[volume]
|
||||
mount_on_startup=1
|
||||
mount_removable=1
|
||||
autorun=1
|
||||
|
||||
[ui]
|
||||
always_show_tabs=1
|
||||
max_tab_chars=32
|
||||
win_width=1920
|
||||
win_height=1063
|
||||
maximized=1
|
||||
splitter_pos=150
|
||||
media_in_new_tab=0
|
||||
desktop_folder_new_win=0
|
||||
change_tab_on_drop=1
|
||||
close_on_unmount=1
|
||||
focus_previous=0
|
||||
side_pane_mode=places
|
||||
view_mode=icon
|
||||
show_hidden=1
|
||||
sort=name;ascending;
|
||||
toolbar=newtab;navigation;home;
|
||||
show_statusbar=1
|
||||
pathbar_mode_buttons=0
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
@import url('../../.cache/wal/colors-waybar.css');
|
||||
|
||||
* {
|
||||
font-family: "Fira Code", "FontAwesome";
|
||||
font-family: "Jetbrains Mono Nerd", "FontAwesome";
|
||||
font-weight: bold;
|
||||
min-height: 0;
|
||||
font-size: 96%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue