change gtk theme and starting using JetBrainsMono Nerd font again

This commit is contained in:
krolxon 2025-11-24 23:38:30 +05:30
parent c6dd187dc9
commit 22b8483178
10 changed files with 15 additions and 42 deletions

View File

@ -92,7 +92,7 @@ render_timer = false
size = 12 size = 12
[font.bold] [font.bold]
family = "Fira Code" family = "JetBrains Mono Nerd Font"
style = "Bold" style = "Bold"
[font.glyph_offset] [font.glyph_offset]
@ -100,11 +100,11 @@ x = 0
y = 0 y = 0
[font.italic] [font.italic]
family = "Fira Code" family = "JetBrains Mono Nerd Font"
style = "Italic" style = "Italic"
[font.normal] [font.normal]
family = "Fira Code" family = "JetBrains Mono Nerd Font"
style = "Regular" style = "Regular"
[font.offset] [font.offset]

View File

@ -1,8 +1,8 @@
include=~/.cache/wal/colors-foot.ini include=~/.cache/wal/colors-foot.ini
[main] [main]
font=Fira Code:size=11 font=JetBrains Mono Nerd Font:size=11
pad=15x15 # pad=15x15
[colors] [colors]
alpha=0.85 alpha=0.85

View File

@ -5,7 +5,7 @@ dpi-aware=no
lines=10 lines=10
filter-desktop=yes filter-desktop=yes
icon-theme=Papirus-Dark icon-theme=Papirus-Dark
font=Fira Code:size=12 font=JetBrains Mono Nerd Font:size=12
terminal=foot -e terminal=foot -e
list-executables-in-path=yes list-executables-in-path=yes
password-character=* password-character=*

View File

@ -2,9 +2,9 @@
# Any customization should be done in ~/.gtkrc-2.0.mine instead. # Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/krolyxon/.gtkrc-2.0.mine" include "/home/krolyxon/.gtkrc-2.0.mine"
gtk-theme-name="Arc-Dark" gtk-theme-name="Tokyonight-Dark"
gtk-icon-theme-name="Papirus-Dark" gtk-icon-theme-name="Tokyonight-Dark-Cyan"
gtk-font-name="Fira Code Medium 11" gtk-font-name="JetBrainsMonoNL Nerd Font Mono 11"
gtk-cursor-theme-name="default" gtk-cursor-theme-name="default"
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH

View File

@ -1,7 +1,7 @@
[Settings] [Settings]
gtk-theme-name=Arc-Dark gtk-theme-name=Tokyonight-Dark
gtk-icon-theme-name=Papirus-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-name=default
gtk-cursor-theme-size=24 gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH

View File

@ -32,7 +32,7 @@ plugin {
env = HYPRSHOT_DIR,/home/krolyxon/pix/ss/ env = HYPRSHOT_DIR,/home/krolyxon/pix/ss/
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24
env = GTK_THEME,Arc-Dark env = GTK_THEME,Tokyonight-Dark
# XDG Specifications # XDG Specifications
env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_CURRENT_DESKTOP,Hyprland

View File

@ -21,7 +21,7 @@ label {
text = cmd[update:1000] echo "$(date +"%H:%M")" text = cmd[update:1000] echo "$(date +"%H:%M")"
color = $color7 color = $color7
font_size = 80 font_size = 80
font_family = Fira Code ExtraBold font_family = JetBrainsMono Nerd Font
position = 0, 100 position = 0, 100
halign = center halign = center
valign = center valign = center
@ -34,7 +34,7 @@ label {
text = Hello $USER :3 text = Hello $USER :3
color = $foreground color = $foreground
font_size = 20 font_size = 20
font_family = Fira Code font_family = JetBrainsMono Nerd Font
position = 0, 0 position = 0, 0
halign = center halign = center
valign = center valign = center

View File

@ -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

View File

@ -1,7 +1,7 @@
@import url('../../.cache/wal/colors-waybar.css'); @import url('../../.cache/wal/colors-waybar.css');
* { * {
font-family: "Fira Code", "FontAwesome"; font-family: "Jetbrains Mono Nerd", "FontAwesome";
font-weight: bold; font-weight: bold;
min-height: 0; min-height: 0;
font-size: 96%; font-size: 96%;