博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
kali 安装grub theme
阅读量:7125 次
发布时间:2019-06-28

本文共 323 字,大约阅读时间需要 1 分钟。

hot3.png

我的是GNOME环境,我在www.gnome-look.org寻找主题,

1、比如说我下载的是devuan-dark_grub-theme .tar.gz

2、找到之后下载,tar -xavf  devuan-dark_grub-theme .tar.gz 进行解压

3、将解压后的文件移动到/boot/grub/themes

4、修改/etc/default/grub,并在其中修改或添加

GRUB_THEME=/boot/grub/themes/devuan-dark_grub-theme /themes

5、update-grub,进行更新

 

 

转载于:https://my.oschina.net/u/3695897/blog/1550815

你可能感兴趣的文章
高级软件工程pair project工作总结 By 何栋梁
查看>>
URAL 1119 Metro
查看>>
asp记录集指针操作
查看>>
Memcached telnet端命令
查看>>
考试防刷新、切屏效果实现
查看>>
poj 2154 Color
查看>>
QT学习之forward declaration of 'struct Ui::xxx';invalid use of incomplete struct "Ui::Widget"
查看>>
Apc缓存Opcode(转)
查看>>
Enterprise Library系列文章目录(转载)
查看>>
程序与程序的交互--接口
查看>>
3.项目学习二
查看>>
[hihoCoder] 题外话·堆
查看>>
Drupal中常用一些模块
查看>>
当下大部分互联网创业公司为什么都愿意采用增量模型来做开发?
查看>>
[Windows Azure] Windows Azure SQL Database library
查看>>
SpringBoot扫描数据库配置的定时任务,根据cron定时刷新数据库数据保证任务数据最新...
查看>>
Vue / keep-alive使用
查看>>
SQL学习之使用常用函数处理数据
查看>>
JavaScript之面向对象学九(原型式继承和寄生式继承)
查看>>
memcached(五)--源码分析,启动
查看>>