Window PowerShell设置背景图片

Q:突然感觉的 PowerShell 终端默认颜色有点单调,就想着给它换个背景图,查找资料后,可以通过以下方式修改背景

method:

  • 1.打开 PowerShell 点击设置进入到 setting.json文件中
    在这里插入图片描述
  • 2.可设置毛玻璃效果以及透明度
"defaults":
        {
            // Put settings here that you want to apply to all profiles.
           // 设置毛玻璃以及透明度
			"useAcrylic": true,
			"acrylicOpacity": 0.5
        },
  • 3.通过"backgroundImage"和"backgroundImageOpacity"设置对应图片以及透明度即可
"list":
        [
            {
                // Make changes here to the powershell.exe profile.
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "name": "Windows PowerShell",
                "commandline": "powershell.exe",
                "hidden": false,
				"backgroundImage": "D:xxx.jpeg",
				"backgroundImageOpacity": 0.5
            },
            {
                // Make changes here to the cmd.exe profile.
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "name": "命令提示符",
                "commandline": "cmd.exe",
                "hidden": false,
				"backgroundImage": "D:xxx.jpeg",
				"backgroundImageOpacity": 0.5
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure",
				"backgroundImage": "D:xxx.jpeg",
				"backgroundImageOpacity": 0.5
            }
        ]
  • 效果真不戳在这里插入图片描述
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值