Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neiesc committed Jan 2, 2024
1 parent 959262c commit 2fb7c1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions files/openbox/themes/dracula/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ font-5 = "archcraft:size=12;3"
;modules-right = 2RD volume 3RD brightness 4RD battery 5RD network 6RD date sep

# Dracula theme 🧛🏻
modules-left = LD menu RD dot-alt LD openbox RD dot used-memory dot filesystem dot temperature dot dunst-snooze
modules-center = LD date RD spotify
modules-left = LD menu RD dot-alt LD openbox RD dot used-memory dot filesystem dot temperature
modules-center = LD date RD
modules-right = volume dot backlight dot dot bluetooth dot LD battery RD dot-alt LD sysmenu RD

; The separator will be inserted between the output of each module
Expand Down
2 changes: 1 addition & 1 deletion files/openbox/themes/dracula/polybar/modules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ thermal-zone = 0
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
; to find path to desired file
; Default reverts to thermal zone setting
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon7/temp1_input
hwmon-path = /sys/devices/platform/dell_smm_hwmon/hwmon/hwmon2/temp1_input

; Base temperature for where to start the ramp (in degrees celsius)
; Default: 0
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $PWD/dependences/theme/openbox-icon-theme/install.sh dracula -d $HOME/.icons

mkdir -p $HOME/.local/share/xfce4/terminal/colorschemes
ln -sf $PWD/dependences/theme/xfce4-terminal/Dracula.theme $HOME/.local/share/xfce4/terminal/colorschemes/Dracula.theme

ln -sf $PWD/dependences/theme/gitk/gitk $HOME/.config/git/gitk

ln -sf $PWD/files/openbox/themes/dracula $HOME/.config/openbox/themes
Expand Down

0 comments on commit 2fb7c1e

Please sign in to comment.